summaryrefslogtreecommitdiffstats
path: root/rules/gtk.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-03-04 22:43:47 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-03-04 22:43:47 +0000
commitaeebf814ae85172f1033516cbe6e42c8326dbc5f (patch)
tree992df8eef785fd989c3e28fbbd3aaeb938dfd649 /rules/gtk.make
parentae8535ec488b9f86a80ba2a7467d70874fd5d759 (diff)
downloadptxdist-aeebf814ae85172f1033516cbe6e42c8326dbc5f.tar.gz
ptxdist-aeebf814ae85172f1033516cbe6e42c8326dbc5f.tar.xz
* gtk: on x86_64, specification of the HOST_GLIB_DIR doesn't work with :=
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9967 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gtk.make')
-rw-r--r--rules/gtk.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/gtk.make b/rules/gtk.make
index 1988a8f7b..e750aeffd 100644
--- a/rules/gtk.make
+++ b/rules/gtk.make
@@ -39,7 +39,8 @@ $(GTK_SOURCE):
GTK_PATH := PATH=$(CROSS_PATH)
# cups-config otherwhise picks up the host version
-GTK_ENV := \
+# don't use := here, it doesn't expand the right thing!
+GTK_ENV = \
$(CROSS_ENV) \
ac_cv_path_CUPS_CONFIG=no \
ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB_DIR)/bin/glib-genmarshal \