Browse Source

enable x, otherwise touchpad under X does not work

Waldemar Brodkorb 15 years ago
parent
commit
17b7c89bbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/sdl/Makefile

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