summaryrefslogtreecommitdiff
path: root/package/sdl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-19 21:02:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-19 21:02:57 +0100
commit69a374abb905573dc63f18a37dc7378ae5e9627c (patch)
tree1f1a7b4ec7c1bd42b04c9039179b434e1f1811fd /package/sdl
parenta2c0f0b4fb853a9cec69452a6f6324963492e863 (diff)
parent5f155a30e5fc92d97ba0cf41b4b41abdd161ef1e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/sdl')
-rw-r--r--package/sdl/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/package/sdl/Makefile b/package/sdl/Makefile
index 8d1caac22..d1290789f 100644
--- a/package/sdl/Makefile
+++ b/package/sdl/Makefile
@@ -9,6 +9,8 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= e52086d1b508fa0b76c52ee30b55bec4
PKG_DESCR:= Simple DirectMedia Layer
PKG_SECTION:= libs
+PKG_DEPENDS:= libusb alsa-lib libpthread
+PKG_BUILDDEP+= libusb alsa-lib
PKG_URL:= http://www.libsdl.org
PKG_SITES:= http://www.libsdl.org/release/
@@ -20,7 +22,13 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBSDL,libsdl,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
-CONFIGURE_ARGS+= --disable-esd
+CONFIGURE_ARGS+= --disable-esd \
+ --disable-oss \
+ --enable-alsa \
+ --enable-video-fbcon \
+ --disable-video-directfb \
+ --disable-video-opengl \
+ --without-x
BUILD_STYLE:= auto
INSTALL_STYLE:= auto