From: Christophe Mutricy Date: Tue, 27 Jan 2009 22:28:08 +0000 (+0000) Subject: Add the vlclibdir variable to the .pc X-Git-Tag: 1.0.0-pre1~969 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5339bb3f3d98723e7834fa4cb37338c484bcc464;p=vlc Add the vlclibdir variable to the .pc So that the plugins can be installed at the good place --- diff --git a/src/vlc-plugin.pc.in b/src/vlc-plugin.pc.in index 9e749a7668..a35957103e 100644 --- a/src/vlc-plugin.pc.in +++ b/src/vlc-plugin.pc.in @@ -3,6 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ pkgincludedir=@pkgincludedir@ +PKGDIR=@PKGDIR@ +vlclibdir=@vlclibdir@ Name: VLC plugin API Description: VLC media player plugin interface