aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-09-16 09:55:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-09-16 09:55:44 +0000
commit055736b65544aa9a9abb639cac02c5aacbd1d815 (patch)
tree8c4c1f69a23de9404fcc88202e2bf6a8ab43355e /config.nmake
parent8e10fa73d5ffca0fbc79c63b489f57ec88cc73b4 (diff)
Compile and install schemas if GTK3 is used, nsis needs update too
svn path=/trunk/; revision=44923
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index 1410b15b82..0d18e99c14 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1067,6 +1067,7 @@ GTK_WIMP_RCDST_DIR=etc\gtk-2.0
# Use of GTK3+ is experimental/not working
#
!ELSEIF "$(GTK_INST_VERSION)" == "3.4"
+GTK_SCHEMAS_INST_DIR=\share\glib-2.0\schemas
# GTK+
GTK_CFLAGS=$(GLIB_CFLAGS) /I$(GTK_DIR)\include\gtk-3.0 \