From: Bernd Kuhls Date: Fri, 10 Apr 2015 17:22:10 +0000 (+0200) Subject: package/gd: Add dependency to libvpx X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9604bdde203d7746a5e6eec83a027e12a0a2ea97;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- 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