packages/Xorg/lib/qt4/patches/200-depend-on-decoration.patch
mirko d8424789ee 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
2010-04-04 12:59:28 +00:00

16 lines
456 B
Diff

--- qt/examples/qws/qws.pro 2010-02-11 16:55:17.000000000 +0100
+++ qt/examples/qws/qws.pro.mod 2010-03-22 10:56:10.372868670 +0100
@@ -1,7 +1,11 @@
TEMPLATE = subdirs
# no /dev/fbX
!qnx:!vxworks:SUBDIRS = framebuffer
-SUBDIRS += mousecalibration simpledecoration
+SUBDIRS += mousecalibration
+
+!isEmpty( decorations ) {
+ SUBDIRS += simpledecoration
+}
# install
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro