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
This commit is contained in:
mirko 2010-04-04 12:59:28 +00:00
parent f234328bb6
commit d8424789ee

View File

@ -7,7 +7,7 @@
-SUBDIRS += mousecalibration simpledecoration
+SUBDIRS += mousecalibration
+
+contains( decorations, default ) {
+!isEmpty( decorations ) {
+ SUBDIRS += simpledecoration
+}