From 17b7c89bbcbbffe4f777cca1011f1e2ea74672d9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 22 Jan 2010 22:40:01 +0100 Subject: enable x, otherwise touchpad under X does not work --- package/sdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3