buildroot/package/cegui06/cegui06.mk
Adam Duskett e2a7822415 package makefiles: clean up backslash spacing.
The check-package script when ran gave warnings on only using
one space before backslashes on all of these makefiles.
This patch cleans up all warnings related to the one space before
backslashes rule in the make files in the package directory.

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-22 15:57:23 +02:00

37 lines
987 B
Makefile

################################################################################
#
# cegui06
#
################################################################################
# Do not update the version, we need exactly that one for Spice.
CEGUI06_VERSION_MAJOR = 0.6.2
CEGUI06_VERSION = $(CEGUI06_VERSION_MAJOR)b
CEGUI06_SOURCE = CEGUI-$(CEGUI06_VERSION).tar.gz
CEGUI06_SITE = http://downloads.sourceforge.net/project/crayzedsgui/CEGUI%20Mk-2/$(CEGUI06_VERSION_MAJOR)
CEGUI06_LICENSE = MIT
CEGUI06_LICENSE_FILES = COPYING
CEGUI06_INSTALL_STAGING = YES
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 \
--disable-irrlicht-renderer \
--disable-directfb-renderer \
--disable-samples \
--disable-lua-module \
--disable-toluacegui \
--disable-external-toluapp
$(eval $(autotools-package))