diff options
author | Michael Stahl <mst@openoffice.org> | 2011-02-10 18:37:54 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2011-02-10 18:37:54 +0100 |
commit | 1ef780d9f59d67f957c20b02a5bf76b858bf0a04 (patch) | |
tree | c12b4c552b89207ee6ebfe4e03a743d337244d52 /RepositoryFixes.mk | |
parent | 076fe89aaa7c1791b43856f30ac01430acb86936 (diff) |
xmlfix3: convert unoxml to gbuild
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r-- | RepositoryFixes.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index 24b2dc96b449..49ee6fef27a1 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -130,6 +130,14 @@ ifeq ($(SYSTEM_LIBXML),YES) gb_Library_TARGETS := $(filter-out xml2,$(gb_Library_TARGETS)) endif +ifeq ($(SYSTEM_LIBXSLT),YES) +gb_Library_TARGETS := $(filter-out xslt,$(gb_Library_TARGETS)) +endif + +ifeq ($(SYSTEM_REDLAND),YES) +gb_Library_TARGETS := $(filter-out rdf,$(gb_Library_TARGETS)) +endif + ifeq ($(SYSTEM_ICU),YES) gb_Library_TARGETS := $(filter-out icuuc,$(gb_Library_TARGETS)) endif |