summaryrefslogtreecommitdiff
path: root/package/sdl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-17 11:03:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-17 13:29:15 +0200
commit13cf9872da68bea8fea5f844e8e026dd3e7ae5a0 (patch)
tree3cb801c95a1e6d8f477e896ff6a0cb81ae0e224e /package/sdl
parent645fb216d55de775d6325863fce7420fa58a71c1 (diff)
use HOST_STYLE auto here
Diffstat (limited to 'package/sdl')
-rw-r--r--package/sdl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/sdl/Makefile b/package/sdl/Makefile
index 51831a448..184ae02bd 100644
--- a/package/sdl/Makefile
+++ b/package/sdl/Makefile
@@ -30,6 +30,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call HOST_template,LIBSDL,libsdl,$(PKG_VERSION)-${PKG_RELEASE}))
$(eval $(call PKG_template,LIBSDL,libsdl,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+HOST_STYLE:= auto
HOST_CONFIGURE_ARGS+= --without-x \
--enable-shared \
--disable-cdrom \