Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/gd: Add dependency to libvpx
@ 2015-04-10 17:22 Bernd Kuhls
  2015-04-10 17:22 ` [Buildroot] [PATCH 2/2] package/gd: Switch from libvpx to webp Bernd Kuhls
  2015-04-10 19:54 ` [Buildroot] [PATCH 1/2] package/gd: Add dependency to libvpx Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-04-10 17:22 UTC (permalink / raw)
  To: buildroot

Needed to get reproducable builds and to reproduce this build error:
http://autobuild.buildroot.net/results/046/046dd505feb5e92bdee3d0993366be162da1223a/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/gd/gd.mk |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/gd/gd.mk b/package/gd/gd.mk
index 2991cd5..1b519de 100644
--- a/package/gd/gd.mk
+++ b/package/gd/gd.mk
@@ -51,6 +51,13 @@ else
 GD_CONF_OPTS += --without-png
 endif
 
+ifeq ($(BR2_PACKAGE_LIBVPX),y)
+GD_DEPENDENCIES += libvpx
+GD_CONF_OPTS += --with-vpx
+else
+GD_CONF_OPTS += --without-vpx
+endif
+
 ifeq ($(BR2_PACKAGE_TIFF),y)
 GD_DEPENDENCIES += tiff
 GD_CONF_OPTS += --with-tiff
-- 
1.7.10.4

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

end of thread, other threads:[~2015-04-10 19:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10 17:22 [Buildroot] [PATCH 1/2] package/gd: Add dependency to libvpx Bernd Kuhls
2015-04-10 17:22 ` [Buildroot] [PATCH 2/2] package/gd: Switch from libvpx to webp Bernd Kuhls
2015-04-10 19:54 ` [Buildroot] [PATCH 1/2] package/gd: Add dependency to libvpx Thomas Petazzoni

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