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:
Colin Walters
2008-12-01 20:42:56 +00:00
parent b535a8949b
commit 9c21ce3eb5
2 changed files with 8 additions and 3 deletions

View File

@ -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;