Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] tiff: add host variant
@ 2016-04-05 23:31 Gustavo Zacarias
  2016-04-05 23:31 ` [Buildroot] [PATCH 2/2] gdk-pixbuf: use host loaders to update the cache Gustavo Zacarias
  2016-04-15 18:24 ` [Buildroot] [PATCH 1/2] tiff: add host variant Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2016-04-05 23:31 UTC (permalink / raw)
  To: buildroot

Add host variant to be used by host-gdk-pixbuf to update the loaders
cache.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/tiff/tiff.mk | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/package/tiff/tiff.mk b/package/tiff/tiff.mk
index 266272a..a53d7bb 100644
--- a/package/tiff/tiff.mk
+++ b/package/tiff/tiff.mk
@@ -15,6 +15,14 @@ TIFF_CONF_OPTS = \
 
 TIFF_DEPENDENCIES = host-pkgconf
 
+HOST_TIFF_CONF_OPTS = \
+	--disable-cxx \
+	--without-x \
+	--disable-zlib \
+	--disable-lzma \
+	--disable-jpeg
+HOST_TIFF_DEPENDENCIES = host-pkgconf
+
 ifneq ($(BR2_PACKAGE_TIFF_CCITT),y)
 TIFF_CONF_OPTS += --disable-ccitt
 endif
@@ -81,3 +89,4 @@ endif
 TIFF_MAKE = $(MAKE) SUBDIRS="$(TIFF_SUBDIRS)"
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.7.3

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

end of thread, other threads:[~2016-04-15 18:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-05 23:31 [Buildroot] [PATCH 1/2] tiff: add host variant Gustavo Zacarias
2016-04-05 23:31 ` [Buildroot] [PATCH 2/2] gdk-pixbuf: use host loaders to update the cache Gustavo Zacarias
2016-04-15 18:24   ` Peter Korsgaard
2016-04-15 18:24 ` [Buildroot] [PATCH 1/2] tiff: add host variant Peter Korsgaard

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