cegui: disable ogre support

This commit is contained in:
Enno Boland 2018-04-17 10:34:36 +02:00
parent e2d1501397
commit 42e20dfaca
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -23,7 +23,7 @@ build_options="gtk irrlicht ogre python"
desc_option_gtk="Enable support for GTK2"
desc_option_irrlicht="Enable support for Irrlicht"
desc_option_ogre="Enable support for Ogre"
build_options_default="gtk irrlicht ogre"
build_options_default="gtk irrlicht"
if [ -z "$CROSS_BUILD" ]; then
# XXX: boost-python is not available when cross building