diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-28 17:29:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-28 18:40:16 +0300 |
commit | 739a5bcd2b9e0eada33fb69c5e582b65dfa9ae79 (patch) | |
tree | 5c3f9632639aee1ad0d57e7be67b7b3dc1853f3c /RepositoryModule_host.mk | |
parent | 6e793fdb9f349e650cf3bed47cd900119147c442 (diff) |
We don't want forms in the no-DBCONNECTIVITY case after all, I think
Change-Id: I84e5334c8db4d5c41eccb5ab2203c07aafd20adb
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r-- | RepositoryModule_host.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index 0d5185ef3781..a7e176edc214 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -50,7 +50,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ external \ extras \ filter \ - forms \ + $(call gb_Helper_optional,DBCONNECTIVITY,forms) \ formula \ fpicker \ framework \ |