summaryrefslogtreecommitdiffstats
path: root/osx/Info.plist.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-01-09 20:05:06 +0000
committerDavid Robillard <d@drobilla.net>2015-01-09 20:05:06 +0000
commit4067bd81444736ddd7047210e2afdaaf9eaeaf40 (patch)
tree5cd70895cc5f4247996c321e044dfec7d063e9c7 /osx/Info.plist.in
parent1dff3fea90f2dc43a8bfc782eb88512344c1b5ae (diff)
downloadpatchage-4067bd81444736ddd7047210e2afdaaf9eaeaf40.tar.gz
patchage-4067bd81444736ddd7047210e2afdaaf9eaeaf40.tar.bz2
patchage-4067bd81444736ddd7047210e2afdaaf9eaeaf40.zip
Fix OSX integration.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5504 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'osx/Info.plist.in')
-rw-r--r--osx/Info.plist.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in
index 2c98497..9fb93c4 100644
--- a/osx/Info.plist.in
+++ b/osx/Info.plist.in
@@ -26,6 +26,14 @@
<dict>
<key>DYLD_LIBRARY_PATH</key>
<string>lib</string>
+ <key>GTK_PATH</key>
+ <string>lib</string>
+ <key>FONTCONFIG_FILE</key>
+ <string>Resources/fonts.conf</string>
+ <key>PANGO_RC_FILE</key>
+ <string>Resources/pangorc</string>
+ <key>GTK2_RC_FILES</key>
+ <string>Resources/gtkrc</string>
</dict>
</dict>
</plist>