projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9af55d
)
check for any enabled decoration, not just for the default one
author
Mirko Vogt
<mirko@openwrt.org>
Sun, 4 Apr 2010 12:59:28 +0000
(12:59 +0000)
committer
Mirko 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
patch
|
blob
|
history
diff --git
a/Xorg/lib/qt4/patches/200-depend-on-decoration.patch
b/Xorg/lib/qt4/patches/200-depend-on-decoration.patch
index 082f87496a8766d751e07dfa83d94ab378ad6fe2..8e37ca836260a259b417fe15becd3da66b33dbfc 100644
(file)
--- 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
+}