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
This commit is contained in:
mirko 2010-04-08 00:26:35 +00:00
parent f7729afdcc
commit 82e80e9500

View File

@ -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