summaryrefslogtreecommitdiffstats
path: root/package/libgtk2
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-26 16:17:34 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-26 21:35:18 +0100
commitd41722e4f4869d3a0b70ec588db391f3e4f3fdce (patch)
tree4b768352ac3a77da345626d053f633322dd26da9 /package/libgtk2
parentb59d9324a1f1d0030331a64ab24af98f0bd84e06 (diff)
downloadbuildroot-d41722e4f4869d3a0b70ec588db391f3e4f3fdce.tar.gz
buildroot-d41722e4f4869d3a0b70ec588db391f3e4f3fdce.zip
libgtk2: point to the proper cups-config
Otherwise it can pick up the distro cups-config if it's present, leading to improper library usage/linkage. Fixes: http://autobuild.buildroot.net/results/bf4/bf493977817a750427aae82e71a5257187bd7344/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libgtk2')
-rw-r--r--package/libgtk2/libgtk2.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk
index 971e33cc18..94fa97f204 100644
--- a/package/libgtk2/libgtk2.mk
+++ b/package/libgtk2/libgtk2.mk
@@ -85,6 +85,7 @@ LIBGTK2_CONF_OPTS += --without-libtiff
endif
ifeq ($(BR2_PACKAGE_CUPS),y)
+LIBGTK2_CONF_OPTS += CUPS_CONFIG="$(STAGING_DIR)/usr/bin/cups-config"
LIBGTK2_DEPENDENCIES += cups
else
LIBGTK2_CONF_OPTS += --disable-cups
OpenPOWER on IntegriCloud