summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/libxine.pc.in2
-rw-r--r--misc/xine-config.in5
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/libxine.pc.in b/misc/libxine.pc.in
index 754acc5ca..1b9afeac6 100644
--- a/misc/libxine.pc.in
+++ b/misc/libxine.pc.in
@@ -21,7 +21,7 @@ xine_list=${bindir}/xine-list-@XINE_SERIES@
Name: libxine
Description: The xine engine library
Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@@XINE_PATCH@
-Requires:
+Requires.private: @XDG_BASEDIR_REQUIRES@
Libs: -L${libdir} -lxine
Libs.private: @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@
Cflags: -I${includedir}
diff --git a/misc/xine-config.in b/misc/xine-config.in
index e1192cf46..3a3fd4b4d 100644
--- a/misc/xine-config.in
+++ b/misc/xine-config.in
@@ -6,10 +6,11 @@ unset prefix
unset exec_prefix
unset args
-export PKG_CONFIG_PATH="$(cat <<'EOF'
+PKG_CONFIG_PATH="`cat <<'EOF'
@XINE_PKGCONFIG_DIR@
EOF
-)${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH"
+`${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH"
+export PKG_CONFIG_PATH
usage()
{