From d05defad97d0a89ce8f9972020dceab0e531ef00 Mon Sep 17 00:00:00 2001 From: mirko Date: Thu, 8 Apr 2010 00:27:49 +0000 Subject: [PATCH] enable linux framebuffer support for SDL (besides support for DirectFB) git-svn-id: svn://svn.openwrt.org/openwrt/packages@20744 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libsdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libsdl/Makefile b/libs/libsdl/Makefile index 85cc84aee..6f48abe60 100644 --- a/libs/libsdl/Makefile +++ b/libs/libsdl/Makefile @@ -79,7 +79,7 @@ CONFIGURE_ARGS+= \ --disable-video-photon \ --disable-video-carbon \ --disable-video-cocoa \ - --disable-video-fbcon \ + --enable-video-fbcon \ --enable-video-directfb \ --disable-video-ps2gs \ --disable-video-ps3 \ -- 2.11.0