mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
cegui: disable ogre support
This commit is contained in:
parent
e2d1501397
commit
42e20dfaca
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ build_options="gtk irrlicht ogre python"
|
||||||
desc_option_gtk="Enable support for GTK2"
|
desc_option_gtk="Enable support for GTK2"
|
||||||
desc_option_irrlicht="Enable support for Irrlicht"
|
desc_option_irrlicht="Enable support for Irrlicht"
|
||||||
desc_option_ogre="Enable support for Ogre"
|
desc_option_ogre="Enable support for Ogre"
|
||||||
build_options_default="gtk irrlicht ogre"
|
build_options_default="gtk irrlicht"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
# XXX: boost-python is not available when cross building
|
# XXX: boost-python is not available when cross building
|
||||||
|
|
Loading…
Add table
Reference in a new issue