[vlc-devel] commit: Add the vlclibdir variable to the .pc (Christophe Mutricy )
git version control
git at videolan.org
Thu Jan 29 00:58:43 CET 2009
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue Jan 27 22:28:08 2009 +0000| [5339bb3f3d98723e7834fa4cb37338c484bcc464] | committer: Christophe Mutricy
Add the vlclibdir variable to the .pc
So that the plugins can be installed at the good place
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5339bb3f3d98723e7834fa4cb37338c484bcc464
---
src/vlc-plugin.pc.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/vlc-plugin.pc.in b/src/vlc-plugin.pc.in
index 9e749a7..a359571 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
More information about the vlc-devel
mailing list