Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -10,11 +10,11 @@ config BR2_PACKAGE_CEGUI06
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_PCRE
help
Crazy Eddie's GUI System is a free library providing windowing and
widgets for graphics APIs / engines where such functionality is not
natively available, or severely lacking. The library is object
orientated, written in C++, and targeted at games developers who
should be spending their time creating great games, not building
GUI sub-systems!
Crazy Eddie's GUI System is a free library providing windowing
and widgets for graphics APIs / engines where such
functionality is not natively available, or severely lacking.
The library is object orientated, written in C++, and targeted
at games developers who should be spending their time creating
great games, not building GUI sub-systems!
http://www.cegui.org.uk/

View File

@@ -13,24 +13,24 @@ CEGUI06_LICENSE = MIT
CEGUI06_LICENSE_FILES = COPYING
CEGUI06_INSTALL_STAGING = YES
CEGUI06_DEPENDENCIES = \
expat \
freetype \
pcre \
CEGUI06_DEPENDENCIES = \
expat \
freetype \
pcre
CEGUI06_CONF_OPTS = \
--enable-expat \
--disable-external-tinyxml \
--disable-xerces-c \
--disable-libxml \
--disable-tinyxml \
--disable-opengl-renderer \
--disable-external-glew \
CEGUI06_CONF_OPTS = \
--enable-expat \
--disable-external-tinyxml \
--disable-xerces-c \
--disable-libxml \
--disable-tinyxml \
--disable-opengl-renderer \
--disable-external-glew \
--disable-irrlicht-renderer \
--disable-directfb-renderer \
--disable-samples \
--disable-lua-module \
--disable-toluacegui \
--disable-external-toluapp \
--disable-samples \
--disable-lua-module \
--disable-toluacegui \
--disable-external-toluapp
$(eval $(autotools-package))