From 7fe2d6ab552cc50b3583443f09ed1c28dbdcdeb0 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 7 Nov 2011 04:39:43 +0000 Subject: [PATCH] [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 --- Xorg/lib/qt4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index 637d8e746..b01f13d6c 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -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 \