summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-10 19:22:10 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-10 21:54:10 +0200
commit9604bdde203d7746a5e6eec83a027e12a0a2ea97 (patch)
tree8be3f44ba4020926771f1b0e32651d57cc1e63fc
parent502565f90abf6fab4d84f22ed99b3d446cdd446d (diff)
downloadbuildroot-9604bdde203d7746a5e6eec83a027e12a0a2ea97.tar.gz
buildroot-9604bdde203d7746a5e6eec83a027e12a0a2ea97.zip
package/gd: Add dependency to libvpx
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/gd/gd.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/gd/gd.mk b/package/gd/gd.mk
index 2991cd5a76..1b519de4e1 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
OpenPOWER on IntegriCloud