diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-07 13:52:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-07 15:07:55 +0300 |
commit | 21e2f5b0b1bc86c5032242ee3505f8e07b54affa (patch) | |
tree | e9908391ce4a39161d433f399ed47a14182443bd /RepositoryModule_host.mk | |
parent | 171d001a89e70cb08b389ad58f1c9683c1adefa8 (diff) |
No fpicker needed for non-DESKTOP surely?
Sure, not a lot of code, but best to not even compile it, to catch
eventual usage attempts.
Change-Id: I7462ea9a5fbe6080fcec2f424d1a1b80ad0afe21
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 a7e176edc214..bc456b929f49 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -52,7 +52,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ filter \ $(call gb_Helper_optional,DBCONNECTIVITY,forms) \ formula \ - fpicker \ + $(call gb_Helper_optional,DESKTOP,fpicker) \ framework \ $(call gb_Helper_optional,DESKTOP,helpcompiler) \ $(call gb_Helper_optional,HELP,helpcontent2) \ |