diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-31 22:02:04 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-31 22:02:04 +0000 |
commit | 4c48996da5a13a135338e745157c45f351300540 (patch) | |
tree | c4b4d7bca70734e85065e4b072964bcc0fccc8e9 | |
parent | 810c610bf2a4f19145e0328380797402321dab52 (diff) | |
download | xine-lib-4c48996da5a13a135338e745157c45f351300540.tar.gz xine-lib-4c48996da5a13a135338e745157c45f351300540.tar.bz2 |
Export PKG_CONFIG_PATH.
-rw-r--r-- | misc/xine-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xine-config.in b/misc/xine-config.in index 719d9667e..297b8c88b 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -6,7 +6,7 @@ unset prefix unset exec_prefix unset args -PKG_CONFIG_PATH="$(cat <<'EOF' +export PKG_CONFIG_PATH="$(cat <<'EOF' @XINE_PKGCONFIG_DIR@ EOF )${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH" |