summaryrefslogtreecommitdiffstats
path: root/package/gutenprint
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-06-28 13:46:34 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-28 21:16:09 +0200
commit048b39db8234ac334478db6c8e9073f2f736a967 (patch)
treee656bcf3c540b9f908a32a26ea9e85cea086d58b /package/gutenprint
parent2699d4f315247dd395f40397e9a0e3b5d19180c7 (diff)
downloadbuildroot-novena-048b39db8234ac334478db6c8e9073f2f736a967.tar.gz
buildroot-novena-048b39db8234ac334478db6c8e9073f2f736a967.zip
gutenprint: forcibly disable ijs-config
ijs-config (ghostscript) is looked up in /usr/bin, if you've got a host that has ghostscript with development headers installed then the build fails when trying to link to the host libijs. Forcibly disable ghostscript support since we lack a package. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gutenprint')
-rw-r--r--package/gutenprint/gutenprint.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gutenprint/gutenprint.mk b/package/gutenprint/gutenprint.mk
index c9ac0467e..978675fe4 100644
--- a/package/gutenprint/gutenprint.mk
+++ b/package/gutenprint/gutenprint.mk
@@ -22,7 +22,8 @@ GUTENPRINT_DEPENDENCIES = cups host-pkgconf \
# so we need to build both a host package and a target package
GUTENPRINT_DEPENDENCIES += host-gutenprint
-GUTENPRINT_CONF_ENV = ac_cv_path_CUPS_CONFIG=$(STAGING_DIR)/usr/bin/cups-config
+GUTENPRINT_CONF_ENV = ac_cv_path_CUPS_CONFIG=$(STAGING_DIR)/usr/bin/cups-config \
+ ac_cv_path_IJS_CONFIG=""
GUTENPRINT_CONF_OPT = --disable-libgutenprintui2 \
--disable-samples \