summaryrefslogtreecommitdiff
path: root/desktop/Library_sofficeapp.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-16 10:50:36 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-16 10:50:36 +0200
commit44329b4cacdb73a1977645e974bc009680b1b9c3 (patch)
treeeebc044b09ee319ddda34185aba026e983848950 /desktop/Library_sofficeapp.mk
parentec64673e61fabc80ec5e4fa60d78d33bf537eb4f (diff)
What we want is the "filter" function, not "firstword"
Diffstat (limited to 'desktop/Library_sofficeapp.mk')
-rw-r--r--desktop/Library_sofficeapp.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk
index f9e98395269d..15ac285352e2 100644
--- a/desktop/Library_sofficeapp.mk
+++ b/desktop/Library_sofficeapp.mk
@@ -41,10 +41,10 @@ $(eval $(call gb_Library_add_api,sofficeapp,\
$(eval $(call gb_Library_add_defs,sofficeapp,\
-DDESKTOP_DLLIMPLEMENTATION \
- $(if $(firstword TRUE,$(ENABLE_GNOMEVFS)),-DGNOME_VFS_ENABLED) \
- $(if $(firstword WNT,$(GUI)),-DENABLE_QUICKSTART_APPLET) \
- $(if $(firstword aqua,$(GUIBASE)),-DENABLE_QUICKSTART_APPLET) \
- $(if $(firstword TRUE,$(ENABLE_SYSTRAY_GTK)),-DENABLE_QUICKSTART_APPLET) \
+ $(if $(filter TRUE,$(ENABLE_GNOMEVFS)),-DGNOME_VFS_ENABLED) \
+ $(if $(filter WNT,$(GUI)),-DENABLE_QUICKSTART_APPLET) \
+ $(if $(filter aqua,$(GUIBASE)),-DENABLE_QUICKSTART_APPLET) \
+ $(if $(filter TRUE,$(ENABLE_SYSTRAY_GTK)),-DENABLE_QUICKSTART_APPLET) \
))
$(eval $(call gb_Library_set_include,sofficeapp,\