Add PANGO_LIBDIR and PANGO_SYSCONFDIR enviroment variables
authorOwen W. Taylor <otaylor@fishsoup.net>
Thu, 8 Jul 2010 19:51:33 +0000 (15:51 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 8 Jul 2010 19:55:41 +0000 (15:55 -0400)
commite94a21a9b52a5b9f9e4a5f1e19f9c84a16bf2838
tree7b2766bfb8c9be553d024c99443b66da8997eb88
parent3743d1c82066ecd4f8d6d6fba993b15fcc8d9773
Add PANGO_LIBDIR and PANGO_SYSCONFDIR enviroment variables

Add environment variables to override the compile time values
for the libdir and sysconfdir. This provides additional
flexibility and enables using a static pango.modules file
for libraries packaged with an application on OS X by setting
environment variables at application startup and using
paths of the form:

 @executable_path/../lib/pango/modules/..

in the modules file.

https://bugzilla.gnome.org/show_bug.cgi?id=554524
pango/pango-utils.c