summaryrefslogtreecommitdiff
path: root/package/sdl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-22 22:40:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-22 22:40:01 +0100
commit17b7c89bbcbbffe4f777cca1011f1e2ea74672d9 (patch)
treee3a072de81610b014dcc25fa92b934e724cd6569 /package/sdl
parent86377354a6e83baa3a1ec0e94a2a7646815dd5e1 (diff)
enable x, otherwise touchpad under X does not work
Diffstat (limited to 'package/sdl')
-rw-r--r--package/sdl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sdl/Makefile b/package/sdl/Makefile
index 0f244569d..04526773c 100644
--- a/package/sdl/Makefile
+++ b/package/sdl/Makefile
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --disable-esd \
--disable-video-directfb \
--disable-video-opengl \
--enable-input-tslib \
- --without-x
+ --with-x
BUILD_STYLE:= auto
INSTALL_STYLE:= auto