From 517f7762a7ee9d63b3481d249963f280dd39cb3e Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Thu, 8 Apr 2010 00:26:35 +0000 Subject: [PATCH] enable linux framebuffer support for Qt (besides support for DirectFB) SVN-Revision: 20743 --- Xorg/lib/qt4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index 97609dfca..61aafce7f 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -261,7 +261,7 @@ define Build/Configure -$(if $(CONFIG_PACKAGE_qt4-glib),glib,no-glib) \ -$(if $(CONFIG_PACKAGE_qt4-qt3support),qt3support,no-qt3support) \ -$(if $(CONFIG_FEATURE_drawing-backend_DirectFB),qt-gfx-directfb,) \ - -no-gfx-linuxfb \ + -qt-gfx-linuxfb \ -no-gfx-multiscreen \ ) endef -- 2.30.2