package/freeswitch: add optional dependency to freetype
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
df15486ef5
commit
144f22bab0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user