gst-uninstalled: add gst-editing-serves to GI_TYPELIB_PATH
authorTim-Philipp Müller <tim@centricular.net>
Sat, 16 Mar 2013 12:00:55 +0000 (12:00 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 16 Mar 2013 12:00:55 +0000 (12:00 +0000)
So pygi can find it.

https://bugzilla.gnome.org/show_bug.cgi?id=695937

scripts/gst-uninstalled

index 26da56f..b862a1b 100755 (executable)
@@ -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