diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-22 22:40:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-22 22:40:01 +0100 |
commit | 17b7c89bbcbbffe4f777cca1011f1e2ea74672d9 (patch) | |
tree | e3a072de81610b014dcc25fa92b934e724cd6569 /package/sdl/Makefile | |
parent | 86377354a6e83baa3a1ec0e94a2a7646815dd5e1 (diff) |
enable x, otherwise touchpad under X does not work
Diffstat (limited to 'package/sdl/Makefile')
-rw-r--r-- | package/sdl/Makefile | 2 |
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 |