From: Peter Korsgaard Date: Sun, 12 May 2013 18:41:41 +0000 (+0200) Subject: gutenprint: ensure staging version of cups-config is used X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c27b71bccb390b5bc8a1775516efa6628f1690b9;p=buildroot.git gutenprint: ensure staging version of cups-config is used And not whatever is available on the host. Fixes http://autobuild.buildroot.net/results/dd202d9be79e00ecab622bd7427542b16e962916/ Signed-off-by: Peter Korsgaard --- diff --git a/package/gutenprint/gutenprint.mk b/package/gutenprint/gutenprint.mk index b4698437c1..834d967859 100644 --- a/package/gutenprint/gutenprint.mk +++ b/package/gutenprint/gutenprint.mk @@ -21,6 +21,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_OPT = --disable-libgutenprintui2 \ --disable-samples \ --without-doc \