Diego Elio Pettenò
2013-02-14 20:13:50 UTC
libdvdcss | branch: master | Diego Elio Pettenò <***@flameeyes.eu> | Thu Feb 14 10:54:44 2013 -0800| [76f088780b25aa2476039a98ee963de6533a8ca1] | committer: Diego Elio Pettenò
pkg-config: fix include path, it was always wrong.
Not only the headers are installed in $includedir/dvdcss rather than
libdvdcss but there was a missing dollar sign in front of the first
variable.
src/libdvdcss.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libdvdcss.pc.in b/src/libdvdcss.pc.in
index 9d25167..517e861 100644
--- a/src/libdvdcss.pc.in
+++ b/src/libdvdcss.pc.in
@@ -7,4 +7,4 @@ Name: libdvdcss
Description: DVD access and decryption library.
Version: @VERSION@
Libs: -L${libdir} -ldvdcss
-Cflags: -I{includedir} -I${includedir}/@PACKAGE@
+Cflags: -I${includedir} -I${includedir}/dvdcss
pkg-config: fix include path, it was always wrong.
Not only the headers are installed in $includedir/dvdcss rather than
libdvdcss but there was a missing dollar sign in front of the first
variable.
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=76f088780b25aa2476039a98ee963de6533a8ca1
---src/libdvdcss.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libdvdcss.pc.in b/src/libdvdcss.pc.in
index 9d25167..517e861 100644
--- a/src/libdvdcss.pc.in
+++ b/src/libdvdcss.pc.in
@@ -7,4 +7,4 @@ Name: libdvdcss
Description: DVD access and decryption library.
Version: @VERSION@
Libs: -L${libdir} -ldvdcss
-Cflags: -I{includedir} -I${includedir}/@PACKAGE@
+Cflags: -I${includedir} -I${includedir}/dvdcss