From 7b329fb386310739e3189a47edca892cf415cef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 30 Oct 2015 17:46:43 +0100 Subject: [PATCH] cegui07: remove gtk2 option and always enable gtk+ --- srcpkgs/cegui07/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/cegui07/template b/srcpkgs/cegui07/template index 8cfd27eae21..9aa46ead58a 100644 --- a/srcpkgs/cegui07/template +++ b/srcpkgs/cegui07/template @@ -4,13 +4,12 @@ version=0.7.9 revision=1 wrksrc=CEGUI-${version} build_style=gnu-configure -configure_args="--disable-samples ${vopt_with gtk2 gtk2}" +configure_args="--disable-samples --with-gtk2" hostmakedepends="automake libtool graphviz doxygen dejavu-fonts-ttf gd glm perl pkg-config" -makedepends="libxml2-devel boost-devel glu-devel glew-devel glfw-devel +makedepends="libxml2-devel boost-devel glu-devel glew-devel glfw-devel gtk+-devel devil-devel ois-devel silly-devel fribidi-devel lua51-devel minizip-devel $(vopt_if irrlicht irrlicht-devel) - $(vopt_if python 'python-devel boost-python') - $(vopt_if gtk2 gtk+-devel)" + $(vopt_if python 'python-devel boost-python')" depends="${pkgname}-data" make_build_args="all html" short_desc="Crazy Eddie's Graphical User Interface (0.7.x)" @@ -20,10 +19,9 @@ homepage="http://cegui.org.uk/" distfiles="${SOURCEFORGE_SITE}/crayzedsgui/CEGUI%20Mk-2/${version}/CEGUI-${version}.tar.gz" checksum=7c3b264def08b46de749c2acaba363e907479d924612436f3bd09da2e474bb8c -build_options="gtk2 irrlicht python" -desc_option_gtk2="Enable support for GTK2" +build_options="irrlicht python" desc_option_irrlicht="Enable support for Irrlicht" -build_options_default="gtk2 irrlicht" +build_options_default="irrlicht" if [ -z "$CROSS_BUILD" ]; then # XXX: boost-python is not available when cross building