From 4c48996da5a13a135338e745157c45f351300540 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 31 Jan 2008 22:02:04 +0000 Subject: Export PKG_CONFIG_PATH. --- misc/xine-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3