Add lib/girepository folder to bundle

Also Pango environment to find modules


svn: r21094
This commit is contained in:
John Ralls 2013-01-13 02:10:26 +00:00
parent d4cd826b6f
commit 26ac4a6856
2 changed files with 8 additions and 1 deletions

View File

@ -147,7 +147,11 @@
${prefix}/include/python2.7/pyconfig.h
</data>
<!--data>
<data>
${prefix}/lib/girepository-1.0/
</data>
<!--data>
${prefix}/share/webkit-1.0/
</data-->

View File

@ -21,8 +21,11 @@ export GTK_EXE_PREFIX="$bundle_res"
export GTK_PATH="$bundle_res"
export PANGO_RC_FILE="$bundle_etc/pango/pangorc"
export PANGO_SYSCONFDIR="$bundle_etc"
export PANGO_LIBDIR="$bundle_lib"
export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-3.0/gdk-pixbuf.loaders"
export GTK_IM_MODULE_FILE="$bundle_etc/gtk-3.0/gtk.immodules"
export GI_TYPELIB_PATH="bundle_lib/girepository-1.0"q
export GVBINDIR="$bundle_lib/graphviz"