Use --enable-tinygui by default on zaurus. This will shrink all

the images and will allow gameplay in a low screen resolution.
This commit is contained in:
robert 2005-10-05 13:44:26 +00:00
parent be192fd69c
commit 8eedd6c315

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2005/10/04 19:24:16 robert Exp $
# $OpenBSD: Makefile,v 1.5 2005/10/05 13:44:26 robert Exp $
COMMENT= "strategy game with fantasy theme"
DISTNAME= wesnoth-1.0
@ -22,6 +22,12 @@ LIB_DEPENDS= SDL::devel/sdl \
zipios::archivers/zipios
.if ${MACHINE_ARCH} == "zaurus"
BUILD_DEPENDS+= pngmeta::graphics/pngmeta \
:ImageMagick-*:graphics/ImageMagick
CONFIGURE_ARGS+= --enable-tinygui
.endif
# The detection of kde-config/gnome-config will only lead to some
# desktop file installation...
# png is only required for the tools, which we don't build yet.