diff mbox

gutenprint: forcibly disable ijs-config

Message ID 1372437994-28897-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 048b39db8234ac334478db6c8e9073f2f736a967
Headers show

Commit Message

Gustavo Zacarias June 28, 2013, 4:46 p.m. UTC
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>
---
 package/gutenprint/gutenprint.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Peter Korsgaard June 28, 2013, 7:16 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> ijs-config (ghostscript) is looked up in /usr/bin, if you've
 Gustavo> got a host that has ghostscript with development headers
 Gustavo> installed then the build fails when trying to link to the host
 Gustavo> libijs.  Forcibly disable ghostscript support since we lack a
 Gustavo> package.

Committed, thanks.
diff mbox

Patch

diff --git a/package/gutenprint/gutenprint.mk b/package/gutenprint/gutenprint.mk
index c9ac046..978675f 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 \