summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-08-11 13:49:25 +0200
committerEike Rathke <erack@redhat.com>2012-08-11 13:49:30 +0200
commit57c3b583f1f69edd32b2a54253850e1b3b202255 (patch)
tree2712c866ffec4921b3cf37d02a51ee1af854ffa1 /i18npool
parent79ebfc9053c92c041e165aa0c8901b0e882c4f9e (diff)
langtag: libxml2 only used for liblangtag
Change-Id: I4bf7bc4f58bac7675cf694dc206e6ba119a6354e
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/Library_i18nisolang1.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/i18npool/Library_i18nisolang1.mk b/i18npool/Library_i18nisolang1.mk
index d0825034dd89..72134c2d87b5 100644
--- a/i18npool/Library_i18nisolang1.mk
+++ b/i18npool/Library_i18nisolang1.mk
@@ -58,8 +58,7 @@ ifeq ($(ENABLE_LIBLANGTAG),YES)
$(eval $(call gb_Library_add_defs,i18nisolang1,-DENABLE_LIBLANGTAG))
$(eval $(call gb_Library_use_external,i18nisolang1,glib))
$(eval $(call gb_Library_use_external,i18nisolang1,liblangtag))
-endif
-
$(eval $(call gb_Library_use_external,i18nisolang1,libxml2))
+endif
# vim: set noet sw=4 ts=4: