[Buildroot] [PATCH v2 1/1] Disable building of cups driver in host-gutenprint

Peter Korsgaard jacmet at uclibc.org
Sat May 11 19:22:14 UTC 2013


>>>>> "Olivier" == Olivier Schonken <olivier.schonken at gmail.com> writes:

 Olivier> This should fix http://autobuild.buildroot.org/results/d2e386b50744aeda7257a0b78aafe90ba4da697c/
 Olivier> Because there is no host-cups package, host-gutenprint cant build the
 Olivier> host-cups drivers - missing includes and libs.  Host gutenprint only
 Olivier> built to get the xml. Thus not a loss.

 Olivier> Signed-off-by: Olivier Schonken <olivier.schonken at gmail.com>

 Olivier> ---

 Olivier> Corrected absent minded mistake. Thanks Thomas

 Olivier>  package/gutenprint/gutenprint.mk |    3 ++-
 Olivier>  1 file changed, 2 insertions(+), 1 deletion(-)

 Olivier> diff --git a/package/gutenprint/gutenprint.mk b/package/gutenprint/gutenprint.mk
 Olivier> index 0463771..072fada 100644
 Olivier> --- a/package/gutenprint/gutenprint.mk
 Olivier> +++ b/package/gutenprint/gutenprint.mk
 Olivier> @@ -51,7 +51,8 @@ HOST_GUTENPRINT_CONF_OPT = --disable-libgutenprintui2 \
 Olivier>                             --without-foomatic3 \
 Olivier>                             --disable-escputil \
 Olivier>                             --disable-test \
 Olivier> -                           --disable-testpattern
 Olivier> +                           --disable-testpattern \
 Olivier> +			   --without-cups

Indentation is off compared to the other lines, but I've fixed that.

After some more testing I've found out that I also have to set an
explicit ac_cv_path_CUPS_CONFIG, otherwise the output of the (host)
cups-config is still added to CFLAGS/LDFLAGS.

Committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list