mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 05:16:36 +00:00
gst-uninstalled: add gst-editing-serves to GI_TYPELIB_PATH
So pygi can find it. https://bugzilla.gnome.org/show_bug.cgi?id=695937
This commit is contained in:
parent
1750620752
commit
57ff83b61e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue