Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Disable building of cups driver in host-gutenprint
@ 2013-05-11  7:57 Olivier Schonken
  2013-05-11  9:07 ` Thomas Petazzoni
  2013-05-11  9:42 ` Olivier Schonken
  0 siblings, 2 replies; 6+ messages in thread
From: Olivier Schonken @ 2013-05-11  7:57 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
---
 package/gutenprint/gutenprint.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gutenprint/gutenprint.mk b/package/gutenprint/gutenprint.mk
index 0463771..49816f6 100644
--- a/package/gutenprint/gutenprint.mk
+++ b/package/gutenprint/gutenprint.mk
@@ -29,7 +29,7 @@ GUTENPRINT_CONF_OPT = --disable-libgutenprintui2 \
                       --disable-escputil \
                       --disable-test \
                       --disable-testpattern \
-                      --with-cups="/usr" \
+                      --without-cups \
                       --with-sysroot="$(STAGING_DIR)" \
                       --disable-cups-ppds
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-11 19:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-11  7:57 [Buildroot] [PATCH 1/1] Disable building of cups driver in host-gutenprint Olivier Schonken
2013-05-11  9:07 ` Thomas Petazzoni
2013-05-11  9:42 ` Olivier Schonken
2013-05-11 10:10   ` Thomas Petazzoni
2013-05-11 10:21   ` [Buildroot] [PATCH v2 " Olivier Schonken
2013-05-11 19:22     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox