summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-03-16 12:00:55 +0000
committerTim-Philipp Müller <tim@centricular.net>2013-03-16 12:00:55 +0000
commit57ff83b61e6b11a313a23b1564f9d5f98e418931 (patch)
tree2d718a4b0d5d7b07760dd38db73555f7e814ce82 /scripts
parent1750620752ff4d8dd07e1fdd24c17b185cadfbcb (diff)
gst-uninstalled: add gst-editing-serves to GI_TYPELIB_PATH
So pygi can find it. https://bugzilla.gnome.org/show_bug.cgi?id=695937
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gst-uninstalled1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index 26da56fa5..b862a1b2c 100755
--- a/scripts/gst-uninstalled
+++ b/scripts/gst-uninstalled
@@ -81,6 +81,7 @@ done
# GStreamer Editing Services library
LD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$DYLD_LIBRARY_PATH
+GI_TYPELIB_PATH=$GST/gst-editing-services/ges:$GI_TYPELIB_PATH
PATH=$GST/gst-editing-services/tools:$PATH