diff options
author | David Robillard <d@drobilla.net> | 2015-01-10 02:37:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-01-10 02:37:55 +0000 |
commit | b608165e9162d2d429de47bbc430ecae136d3455 (patch) | |
tree | 0b005b3fe0e638ebcbbedf8ab2a7fdbb07328d83 /osx | |
parent | 639a935bd7d06a5996ad76f11c6836e20c410c12 (diff) | |
download | patchage-b608165e9162d2d429de47bbc430ecae136d3455.tar.gz patchage-b608165e9162d2d429de47bbc430ecae136d3455.tar.bz2 patchage-b608165e9162d2d429de47bbc430ecae136d3455.zip |
More Mac integration work.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5510 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'osx')
-rw-r--r-- | osx/Info.plist.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in index 4a6cf95..a32c38d 100644 --- a/osx/Info.plist.in +++ b/osx/Info.plist.in @@ -30,6 +30,10 @@ <string>lib</string> <key>GTK_PATH</key> <string>lib</string> + <key>GTK_DATA_PREFIX</key> + <string>Resources</string> + <key>XDG_DATA_DIRS</key> + <string>Resources</string> <key>FONTCONFIG_FILE</key> <string>Resources/fonts.conf</string> <key>PANGO_RC_FILE</key> |