From 42e20dfaca3048984e3a2743505717c1011f638c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 17 Apr 2018 10:34:36 +0200 Subject: [PATCH] cegui: disable ogre support --- srcpkgs/cegui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cegui/template b/srcpkgs/cegui/template index 03c340fca1d..267666de304 100644 --- a/srcpkgs/cegui/template +++ b/srcpkgs/cegui/template @@ -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