check for any enabled decoration, not just for the default one
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Apr 2010 12:59:28 +0000 (12:59 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Apr 2010 12:59:28 +0000 (12:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20697 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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