From d8424789eeb2f87916d6198b01b987dc23d76990 Mon Sep 17 00:00:00 2001 From: mirko Date: Sun, 4 Apr 2010 12:59:28 +0000 Subject: [PATCH] check for any enabled decoration, not just for the default one git-svn-id: svn://svn.openwrt.org/openwrt/packages@20697 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/lib/qt4/patches/200-depend-on-decoration.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorg/lib/qt4/patches/200-depend-on-decoration.patch b/Xorg/lib/qt4/patches/200-depend-on-decoration.patch index 082f87496..8e37ca836 100644 --- a/Xorg/lib/qt4/patches/200-depend-on-decoration.patch +++ b/Xorg/lib/qt4/patches/200-depend-on-decoration.patch @@ -7,7 +7,7 @@ -SUBDIRS += mousecalibration simpledecoration +SUBDIRS += mousecalibration + -+contains( decorations, default ) { ++!isEmpty( decorations ) { + SUBDIRS += simpledecoration +}