Set CURRENT_GST
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Sun, 28 Aug 2016 23:14:36 +0000 (20:14 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Sun, 28 Aug 2016 23:14:36 +0000 (20:14 -0300)
gst-uninstalled.py

index f4309b8..b4ea6ea 100755 (executable)
@@ -53,6 +53,7 @@ def get_subprocess_env(options):
 
         prepend_env_var(env, "GST_PLUGIN_PATH", projpath)
 
+    env["CURRENT_GST"] = os.path.normpath(SCRIPTDIR + "/subprojects")
     env["GST_VALIDATE_SCENARIOS_PATH"] = os.path.normpath(
         "%s/subprojects/gst-devtools/validate/data/scenarios" % SCRIPTDIR)
     env["GST_VALIDATE_PLUGIN_PATH"] = os.path.normpath(