diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-09 19:57:25 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-09 19:57:25 +0200 |
commit | c552e457732c3c7b84b66ed8548713be52561487 (patch) | |
tree | f442d7fdcdaf6faac7956f67f97605a33ba16033 /misc | |
parent | c5ddccdd3c07dcb3e6afb3561668f17e17053dc3 (diff) | |
download | xine-lib-c552e457732c3c7b84b66ed8548713be52561487.tar.gz xine-lib-c552e457732c3c7b84b66ed8548713be52561487.tar.bz2 |
Split Libs and Cflags between public and private in the pkg-config file.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libxine.pc.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/libxine.pc.in b/misc/libxine.pc.in index 032eedfc1..c27e8aa94 100644 --- a/misc/libxine.pc.in +++ b/misc/libxine.pc.in @@ -7,5 +7,7 @@ Name: libxine Description: The xine engine library Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@ Requires: -Libs: -L${libdir} -lxine @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@ -Cflags: -I${includedir} @PTHREAD_CFLAGS@ +Libs: -L${libdir} -lxine +Libs.private: @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@ +Cflags: -I${includedir} +Cflags.private: @PTHREAD_CFLAGS@ |