diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-03-16 12:00:55 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-03-16 12:00:55 +0000 |
commit | 57ff83b61e6b11a313a23b1564f9d5f98e418931 (patch) | |
tree | 2d718a4b0d5d7b07760dd38db73555f7e814ce82 /scripts | |
parent | 1750620752ff4d8dd07e1fdd24c17b185cadfbcb (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-x | scripts/gst-uninstalled | 1 |
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 |