mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/cegui: add libfribidi optional dependency
libfribidi is an optional dependency (enabled by default) since version 0.8.0 and17974582e6Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Tested-by: Bartosz Bilas<b.bilas@grinn-global.com> Reviewed-by: Bartosz Bilas<b.bilas@grinn-global.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit1556484f0b) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
186e804dc8
commit
9b0361c5f6
@@ -72,6 +72,13 @@ else
|
||||
CEGUI_CONF_OPTS += -DCEGUI_HAS_FREETYPE=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBFRIBIDI),y)
|
||||
CEGUI_DEPENDENCIES += libfribidi
|
||||
CEGUI_CONF_OPTS += -DCEGUI_USE_FRIBIDI=ON
|
||||
else
|
||||
CEGUI_CONF_OPTS += -DCEGUI_USE_FRIBIDI=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBXML2),y)
|
||||
CEGUI_DEPENDENCIES += libxml2
|
||||
CEGUI_CONF_OPTS += -DCEGUI_BUILD_XMLPARSER_LIBXML2=ON
|
||||
|
||||
Reference in New Issue
Block a user