diff options
Diffstat (limited to 'misc/libxine.pc.in')
-rw-r--r-- | misc/libxine.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libxine.pc.in b/misc/libxine.pc.in index c19e0dd24..adef34f11 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@ @THREAD_LIBS@ @EXTRA_X_LIBS@ -Cflags: -I${includedir} @THREAD_CFLAGS@ @EXTRA_X_CFLAGS@ +Libs: -L${libdir} -lxine @ZLIB_LIBS_CONFIG@ @NET_LIBS@ @THREAD_LIBS_CONFIG@ @EXTRA_X_LIBS@ @LIBICONV@ +Cflags: -I${includedir} @THREAD_CFLAGS_CONFIG@ @EXTRA_X_CFLAGS@ |