mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
run-test: Properly set the path for the GVC library
We really should get a better testrunner rather than this hacked together thing. https://bugzilla.gnome.org/show_bug.cgi?id=691743
This commit is contained in:
parent
c37b222cbf
commit
adf8ba67d2
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ builddir=`cd $builddir && pwd`
|
|||
srcdir=$builddir/@srcdir@
|
||||
srcdir=`cd $srcdir && pwd`
|
||||
|
||||
GI_TYPELIB_PATH="$GI_TYPELIB_PATH${GI_TYPELIB_PATH:+:}@MUTTER_TYPELIB_DIR@:$builddir/../src"
|
||||
GI_TYPELIB_PATH="$GI_TYPELIB_PATH${GI_TYPELIB_PATH:+:}@MUTTER_TYPELIB_DIR@:$builddir/../src:$builddir/../src/gvc"
|
||||
GJS_PATH="$srcdir:$srcdir/../js"
|
||||
GJS_DEBUG_OUTPUT=stderr
|
||||
$verbose || GJS_DEBUG_TOPICS="JS ERROR;JS LOG"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue