diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-11 19:17:42 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-12 09:53:10 +0100 |
commit | 187194b8aea14350e38bf181dc97c2f1019222f0 (patch) | |
tree | 3c896e9be9c3caabcf33c24a2033e1d96ef38f28 /desktop | |
parent | 5378deaea3a499003be14f97bd1a9fb3e729a698 (diff) |
normalize values of SYSTEM_NPAPI_HEADERS, SYSTEM_ICU
Change-Id: I7f1153e4a07a4116417a7734d867f2d0feda1ee4
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Pagein_common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Pagein_common.mk b/desktop/Pagein_common.mk index 1ba1b94a1fbc..cabd4f51b7c5 100644 --- a/desktop/Pagein_common.mk +++ b/desktop/Pagein_common.mk @@ -14,7 +14,7 @@ $(eval $(call gb_Pagein_add_objects,common,\ $(if $(MERGELIBS),merged) \ $(if $(URELIBS),urelibs) \ i18nlangtag \ - $(if $(findstring YES,$(SYSTEM_ICU)),,\ + $(if $(SYSTEM_ICU),,\ icui18n \ icuuc \ ) \ |