From: Bernd Kuhls Date: Sun, 17 Apr 2016 15:24:29 +0000 (+0200) Subject: package/freeswitch: add optional dependency to freetype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=144f22bab0cbec13b139f9334d80b899bca04a32;p=buildroot.git package/freeswitch: add optional dependency to freetype Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk index 6a5a2c6b28..cfa67dcbfc 100644 --- a/package/freeswitch/freeswitch.mk +++ b/package/freeswitch/freeswitch.mk @@ -158,6 +158,10 @@ define FREESWITCH_ENABLE_MODULES endef FREESWITCH_PRE_CONFIGURE_HOOKS += FREESWITCH_ENABLE_MODULES +ifeq ($(BR2_PACKAGE_FREETYPE),y) +FREESWITCH_DEPENDENCIES += freetype +endif + ifeq ($(BR2_PACKAGE_LIBEDIT),y) FREESWITCH_DEPENDENCIES += libedit FREESWITCH_CONF_OPTS += --enable-core-libedit-support