diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-08-29 17:00:38 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-08-29 17:00:38 +0000 |
commit | b32c104db2c849eec6d63331bb3688664bdef9eb (patch) | |
tree | 55d29abc7ac633f55db4f99a169aaa368cae5ea2 /misc | |
parent | 0f8fd3b22893dd07db6506a1ba4d298e51a1c985 (diff) | |
download | xine-lib-b32c104db2c849eec6d63331bb3688664bdef9eb.tar.gz xine-lib-b32c104db2c849eec6d63331bb3688664bdef9eb.tar.bz2 |
Synchronize libxine.pc with xine-config.
CVS patchset: 7714
CVS date: 2005/08/29 17:00:38
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libxine.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/libxine.pc.in b/misc/libxine.pc.in index 88d922b74..4ea6f4e61 100644 --- a/misc/libxine.pc.in +++ b/misc/libxine.pc.in @@ -7,5 +7,5 @@ Name: libxine Description: The xine engine library Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@ Requires: -Libs: -L${libdir} -lxine @ZLIB_LIBS_CONFIG@ @NET_LIBS@ @THREAD_LIBS_CONFIG@ @LIBICONV@ +Libs: -L${libdir} -lxine @ZLIB_LIBS_CONFIG@ @NET_LIBS@ @THREAD_LIBS_CONFIG@ @LIBICONV@ @RT_LIBS@ Cflags: -I${includedir} @THREAD_CFLAGS_CONFIG@ |