From f86964236eb9f2a8f90c3200c65d87abd791e341 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 17 Apr 2018 10:30:57 +0200 Subject: [PATCH] libmygui: disable orgre support ogre support is not used by any package so it can be disabled for now Closes #13549. Signed-off-by: Enno Boland --- srcpkgs/libmygui/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libmygui/template b/srcpkgs/libmygui/template index e2137320426..b131d6d9ec4 100644 --- a/srcpkgs/libmygui/template +++ b/srcpkgs/libmygui/template @@ -4,20 +4,15 @@ version=3.2.2 revision=4 wrksrc="mygui-MyGUI${version}" build_style=cmake -configure_args="-DMYGUI_BUILD_DEMOS=OFF" +configure_args="-DMYGUI_BUILD_DEMOS=OFF -DMYGUI_RENDERSYSTEM=1 -DMYGUI_BUILD_TOOLS=OFF" hostmakedepends="doxygen pkg-config" -makedepends="libX11-devel ois-devel boost-devel freetype-devel libogre-devel" +makedepends="libX11-devel ois-devel boost-devel freetype-devel" short_desc="Fast, flexible and simple GUI" maintainer="John " license="MIT" homepage="http://mygui.info" distfiles="https://github.com/MyGUI/mygui/archive/MyGUI${version}.tar.gz" checksum=0a28d7ec8a47993cb68deb48b36331e28f12dd92580b709eaef21d599b67a78f -broken=https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9387/steps/shell_3/logs/stdio - -if [ "$CROSS_BUILD" ]; then - configure_args+=" -DMYGUI_BUILD_TOOLS=OFF -DMYGUI_RENDERSYSTEM=1" -fi libmygui-devel_package() { short_desc+=" - development files"