check for any enabled decoration, not just for the default one
authorMirko Vogt <mirko@openwrt.org>
Sun, 4 Apr 2010 12:59:28 +0000 (12:59 +0000)
committerMirko Vogt <mirko@openwrt.org>
Sun, 4 Apr 2010 12:59:28 +0000 (12:59 +0000)
SVN-Revision: 20697

Xorg/lib/qt4/patches/200-depend-on-decoration.patch

index 082f87496a8766d751e07dfa83d94ab378ad6fe2..8e37ca836260a259b417fe15becd3da66b33dbfc 100644 (file)
@@ -7,7 +7,7 @@
 -SUBDIRS      += mousecalibration simpledecoration
 +SUBDIRS      += mousecalibration
 +
-+contains( decorations, default ) {
++!isEmpty( decorations ) {
 +      SUBDIRS += simpledecoration
 +}