summaryrefslogtreecommitdiff
path: root/lingucomponent/Module_lingucomponent.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-12-11 23:06:47 +0200
committerPeter Foley <pefoley2@verizon.net>2012-12-18 20:52:24 -0500
commit12152d253e48353254645b768c28d67e1e280a70 (patch)
treee03c55911e16ec73056a21795411fa5081f71bd2 /lingucomponent/Module_lingucomponent.mk
parent3b87d3dd507cd48286160e62383f48e2f70f0067 (diff)
Replace GUIBASE checks with equivalent OS checks
The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
Diffstat (limited to 'lingucomponent/Module_lingucomponent.mk')
-rw-r--r--lingucomponent/Module_lingucomponent.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/Module_lingucomponent.mk b/lingucomponent/Module_lingucomponent.mk
index 43f4a1a15a35..9f4fe2e21e43 100644
--- a/lingucomponent/Module_lingucomponent.mk
+++ b/lingucomponent/Module_lingucomponent.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_Module_add_targets,lingucomponent,\
Library_guesslang \
Library_hyphen \
Library_lnth \
- $(if $(filter aqua,$(GUIBASE)),Library_MacOSXSpell) \
+ $(if $(filter MACOSX,$(OS)),Library_MacOSXSpell) \
Library_spell \
Package_config \
StaticLibrary_ulingu \