[packages] qt4: make compilation of directfb gfx driver not only dependant on the...
authorJo-Philipp Wich <[email protected]>
Mon, 7 Nov 2011 04:39:43 +0000 (04:39 +0000)
committerJo-Philipp Wich <[email protected]>
Mon, 7 Nov 2011 04:39:43 +0000 (04:39 +0000)
SVN-Revision: 28798

Xorg/lib/qt4/Makefile

index 637d8e746ca368a967c04de35e882af0a97c37d6..b01f13d6c0488f1cd15c38a10b6f1a56e90a48b5 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 \