mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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
|
endef
|
||||||
FREESWITCH_PRE_CONFIGURE_HOOKS += FREESWITCH_ENABLE_MODULES
|
FREESWITCH_PRE_CONFIGURE_HOOKS += FREESWITCH_ENABLE_MODULES
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
||||||
|
FREESWITCH_DEPENDENCIES += freetype
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBEDIT),y)
|
ifeq ($(BR2_PACKAGE_LIBEDIT),y)
|
||||||
FREESWITCH_DEPENDENCIES += libedit
|
FREESWITCH_DEPENDENCIES += libedit
|
||||||
FREESWITCH_CONF_OPTS += --enable-core-libedit-support
|
FREESWITCH_CONF_OPTS += --enable-core-libedit-support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user