projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8008c9
)
gutenprint: ensure staging version of cups-config is used
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 12 May 2013 18:41:41 +0000
(20:41 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 12 May 2013 18:42:34 +0000
(20:42 +0200)
And not whatever is available on the host.
Fixes http://autobuild.buildroot.net/results/
dd202d9be79e00ecab622bd7427542b16e962916
/
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gutenprint/gutenprint.mk
patch
|
blob
|
history
diff --git
a/package/gutenprint/gutenprint.mk
b/package/gutenprint/gutenprint.mk
index b4698437c11de69f53f978d4fcbfc5678c838fa0..834d9678599378b0b8480f2b170fb981f982549b 100644
(file)
--- 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 \