package/cegui: disable xerces support
Disable temporarily xerces's support due to used char16_t type which is not supported in the currently used cegui version (0-8-7) due to forced c++03 standard. Fixes: - http://autobuild.buildroot.net/results/ea04be78b31b3409801597fc0ebe04627742c0c8 - http://autobuild.buildroot.net/results/7de3a07c304e3939ec9fd164328d004a5a9bba6d - http://autobuild.buildroot.net/results/472b4e8438c9100e06e401296f0417a463e5fcf1 Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2ba1fb9bdd
commit
689b9c1a7c
@ -9,6 +9,7 @@ CEGUI_SITE = $(call github,cegui,cegui,v$(CEGUI_VERSION))
|
||||
CEGUI_LICENSE = MIT
|
||||
CEGUI_LICENSE_FILES = COPYING
|
||||
CEGUI_INSTALL_STAGING = YES
|
||||
CEGUI_CONF_OPTS += -DCEGUI_BUILD_XMLPARSER_XERCES=OFF
|
||||
CEGUI_DEPENDENCIES = glm \
|
||||
$(if $(BR2_PACKAGE_LIBGLFW),libglfw) \
|
||||
$(if $(BR2_PACKAGE_HAS_LIBGL),libgl) \
|
||||
@ -72,13 +73,6 @@ else
|
||||
CEGUI_CONF_OPTS += -DCEGUI_HAS_MINIZIP_RESOURCE_PROVIDER=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XERCES),y)
|
||||
CEGUI_DEPENDENCIES += xerces
|
||||
CEGUI_CONF_OPTS += -DCEGUI_BUILD_XMLPARSER_XERCES=ON
|
||||
else
|
||||
CEGUI_CONF_OPTS += -DCEGUI_BUILD_XMLPARSER_XERCES=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBXML2),y)
|
||||
CEGUI_DEPENDENCIES += libxml2
|
||||
CEGUI_CONF_OPTS += -DCEGUI_BUILD_XMLPARSER_LIBXML2=ON
|
||||
|
Loading…
Reference in New Issue
Block a user