From: mirko Date: Sun, 4 Apr 2010 12:59:28 +0000 (+0000) Subject: check for any enabled decoration, not just for the default one X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d8424789eeb2f87916d6198b01b987dc23d76990;p=packages.git 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 --- 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 +}