summaryrefslogtreecommitdiff
path: root/package/sdl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-02 10:13:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-02 10:13:37 +0100
commitdf973a99263717e6cc36ce73847650995cf69525 (patch)
treeeb2f5e6b2b79361e29ae686ffe1dd9cd1558ffd6 /package/sdl
parent73f820d02710d2d2f09173699189f1c0b6666e4b (diff)
disable tslib and directfb for host build
Diffstat (limited to 'package/sdl')
-rw-r--r--package/sdl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/sdl/Makefile b/package/sdl/Makefile
index 4b2ea9b6d..7510c02ba 100644
--- a/package/sdl/Makefile
+++ b/package/sdl/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= sdl
PKG_VERSION:= 1.2.14
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= e52086d1b508fa0b76c52ee30b55bec4
PKG_DESCR:= Simple DirectMedia Layer
PKG_SECTION:= libs
@@ -38,6 +38,8 @@ HOST_CONFIGURE_ARGS+= --without-x \
--disable-audio \
--disable-video \
--disable-assembly \
+ --disable-input-tslib \
+ --disable-video-directfb \
--disable-video-cocoa \
--disable-video-opengl