Adjust to new Meta.typelib/Meta.gir locations
Also put all our GI data in the private $(pkglibdir). svn path=/trunk/; revision=100
This commit is contained in:
@ -33,6 +33,7 @@
|
||||
#include <gdk/gdk.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#include <gjs/gjs.h>
|
||||
#include <girepository.h>
|
||||
#include <gmodule.h>
|
||||
#include <string.h>
|
||||
|
||||
@ -122,6 +123,8 @@ do_init (const char *params)
|
||||
}
|
||||
}
|
||||
|
||||
g_irepository_prepend_search_path (GNOME_SHELL_PKGLIBDIR);
|
||||
|
||||
shell_js = g_getenv("GNOME_SHELL_JS");
|
||||
if (!shell_js)
|
||||
shell_js = JSDIR;
|
||||
|
Reference in New Issue
Block a user