diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-11 16:21:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-12 09:53:08 +0100 |
commit | 04ff535f72c1fbc5f7dbc8cc54ed9b23f7e130f9 (patch) | |
tree | 52cb40ab9b0e01c26e6b94f1039bc5d36a578f59 /lingucomponent | |
parent | 23647595d77b85b5dac0d5762987a3ba2533ffd9 (diff) |
normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIG
Change-Id: I7530cb9d0797df5fc86695b0379cc44c159d2ab5
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/StaticLibrary_ulingu.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/StaticLibrary_ulingu.mk b/lingucomponent/StaticLibrary_ulingu.mk index f5f8ed9c43c0..434775939a65 100644 --- a/lingucomponent/StaticLibrary_ulingu.mk +++ b/lingucomponent/StaticLibrary_ulingu.mk @@ -15,7 +15,7 @@ $(eval $(call gb_StaticLibrary_use_api,ulingu,\ offapi \ )) -ifeq ($(SYSTEM_DICTS),YES) +ifneq ($(SYSTEM_DICTS),) $(eval $(call gb_StaticLibrary_add_defs,ulingu,\ -DSYSTEM_DICTS -DDICT_SYSTEM_DIR=\"$(DICT_SYSTEM_DIR)\" -DHYPH_SYSTEM_DIR=\"$(HYPH_SYSTEM_DIR)\" -DTHES_SYSTEM_DIR=\"$(THES_SYSTEM_DIR)\" \ )) |