[packages] qt4: make compilation of directfb gfx driver not only dependant on the...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Nov 2011 04:39:43 +0000 (04:39 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Nov 2011 04:39:43 +0000 (04:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28798 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/lib/qt4/Makefile

index 637d8e7..b01f13d 100644 (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 \