[packages] qt4: make compilation of directfb gfx driver not only dependant on the state of the directfb package, but also check whether FEATURE_drawing-backend_DirectFB is actually enabled

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28798 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-11-07 04:39:43 +00:00
parent 56c60d3884
commit 7fe2d6ab55

View File

@ -384,7 +384,7 @@ define Build/Configure
$(if $(CONFIG_PACKAGE_qt4-drivers-gfx-vnc),-plugin-gfx-vnc,-no-gfx-vnc) \
-no-gfx-multiscreen \
-no-gfx-qnx \
$(if $(CONFIG_PACKAGE_directfb),-plugin-gfx-directfb) \
$(if $(CONFIG_FEATURE_drawing-backend_DirectFB),$(if $(CONFIG_PACKAGE_directfb),-plugin-gfx-directfb)) \
-plugin-gfx-linuxfb \
-no-mouse-qvfb \
-no-mouse-qnx \