summaryrefslogtreecommitdiff
path: root/package/sdl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-05 07:58:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-05 07:58:08 +0100
commit8abe85c5a6920e3cea42c75193d22669285b84c7 (patch)
tree6985f1e5342581bccc8820424228195604dab923 /package/sdl/Makefile
parentb43e909de4cbeb1393db9116296b4683d0ae25d7 (diff)
parentc5ad4bdcdb9f3e0591e8943fe8b5302b76637b71 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/sdl/Makefile')
-rw-r--r--package/sdl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/sdl/Makefile b/package/sdl/Makefile
index bf6f4d06d..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
@@ -32,12 +32,14 @@ $(eval $(call PKG_template,LIBSDL,libsdl,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEP
HOST_STYLE:= auto
HOST_CONFIGURE_ARGS+= --without-x \
+ --enable-shared \
--disable-cdrom \
--disable-joystick \
--disable-audio \
--disable-video \
--disable-assembly \
- --disable-shared \
+ --disable-input-tslib \
+ --disable-video-directfb \
--disable-video-cocoa \
--disable-video-opengl