From: mirko Date: Thu, 8 Apr 2010 00:26:35 +0000 (+0000) Subject: enable linux framebuffer support for Qt X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=82e80e95001f042fd60b0d32f683d6aa4af2587b;p=packages.git enable linux framebuffer support for Qt (besides support for DirectFB) git-svn-id: svn://svn.openwrt.org/openwrt/packages@20743 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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