summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-09-02 16:21:45 +0000
committerAndy Wingo <wingo@pobox.com>2005-09-02 16:21:45 +0000
commit52d5e11fa7af076ff1f84a5820b386e1ed1a3001 (patch)
tree34b6419705684f203fdc646f9206334fb8663a38 /env
parentf0607ec5f163387423c87b4e820f2f1f9d557efc (diff)
gst/: Update for core changes.
Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * gst/gstelement.override: * gst/gstmessage.override: * gst/gst-types.defs (State, StateChangeReturn, StateChange): * gst/gst.defs (change_state): Update for core changes.
Diffstat (limited to 'env')
-rwxr-xr-xenv2
1 files changed, 2 insertions, 0 deletions
diff --git a/env b/env
index 551e6fba85..c52ab9d9d6 100755
--- a/env
+++ b/env
@@ -8,6 +8,8 @@ else
export PYTHONPATH=$thisdir
fi
+export PKG_CONFIG_PATH=$thisdir/pkgconfig:$PKG_CONFIG_PATH
+
export PACKAGES="pygst $PACKAGES"
exec "$@"