[libdvdcss-devel] pkg-config: fix include path, it was always wrong.

Diego Elio Pettenò git at videolan.org
Thu Feb 14 21:13:50 CET 2013


libdvdcss | branch: master | Diego Elio Pettenò <flameeyes at 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.

> 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



More information about the libdvdcss-devel mailing list