diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-19 13:38:58 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-19 13:40:47 +0100 |
commit | 076342caf8419432a17bf2300d2c7d6c033386f1 (patch) | |
tree | e0d966c9b40e0de5ae08b71bbf4b48f5b388f813 /RepositoryModule_host.mk | |
parent | a685c85d71e7378b62837be3f401f355f214c3b1 (diff) |
RepositoryModule: conditionally add winaccessibility
Change-Id: I5f72d01ea96835607f93328528051651866354d9
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r-- | RepositoryModule_host.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index f85fe43dd70a..91141f1020c1 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -142,6 +142,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ uui \ vbahelper \ vcl \ + $(if $(ENABLE_IA2),winaccessibility) \ wizards \ writerfilter \ writerperfect \ |