From: Romain Naour Date: Fri, 1 May 2015 16:44:46 +0000 (+0200) Subject: package/wvstreams: add argp-standalone as optional dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec99380250be9d971a37507a15f9c0756df19218;p=buildroot.git package/wvstreams: add argp-standalone as optional dependency This ensures the build reproducibility. Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- diff --git a/package/wvstreams/wvstreams.mk b/package/wvstreams/wvstreams.mk index bc7c5d445a..4d344e2834 100644 --- a/package/wvstreams/wvstreams.mk +++ b/package/wvstreams/wvstreams.mk @@ -32,6 +32,12 @@ ifneq ($(BR2_STATIC_LIBS),y) WVSTREAMS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -fPIC" endif +# wvstreams uses argp.h which can be provided by the argp-standalone +# package +ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y) +WVSTREAMS_DEPENDENCIES += argp-standalone +endif + ifeq ($(BR2_PACKAGE_DBUS),y) WVSTREAMS_DEPENDENCIES += dbus WVSTREAMS_CONF_OPTS += --with-dbus