diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-12-02 18:56:17 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-02 20:58:32 +0100 |
commit | 1658e4efac5fc851b322103ed40545fa263ae280 (patch) | |
tree | ea7837941d9818b65eb36e44ceeb86b0d819ab81 /forms | |
parent | 63614919195934a764eacb509d75d15f8b243a48 (diff) |
RepositoryExternal.mk: clean up awful icudata/icui18n duplication
Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
Diffstat (limited to 'forms')
-rw-r--r-- | forms/Library_frm.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/forms/Library_frm.mk b/forms/Library_frm.mk index e86803163839..4f60e8f3e11a 100644 --- a/forms/Library_frm.mk +++ b/forms/Library_frm.mk @@ -60,19 +60,11 @@ $(eval $(call gb_Library_use_libraries,frm,\ $(gb_UWINAPI) \ )) -ifeq ($(OS)$(COM),WNTMSC) -$(eval $(call gb_Library_use_externals,frm,\ - icuin \ - icuuc \ - libxml2 \ -)) -else $(eval $(call gb_Library_use_externals,frm,\ icui18n \ icuuc \ libxml2 \ )) -endif $(eval $(call gb_Library_set_componentfile,frm,forms/util/frm)) |