Browse Source

disable tslib and directfb for host build

Waldemar Brodkorb 10 years ago
parent
commit
df973a9926
1 changed files with 3 additions and 1 deletions
  1. 3 1
      package/sdl/Makefile

+ 3 - 1
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