From: Mirko Vogt Date: Thu, 8 Apr 2010 00:26:35 +0000 (+0000) Subject: enable linux framebuffer support for Qt (besides support for DirectFB) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=517f7762a7ee9d63b3481d249963f280dd39cb3e;p=openwrt%2Fsvn-archive%2Fpackages.git enable linux framebuffer support for Qt (besides support for DirectFB) SVN-Revision: 20743 --- 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