diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-02-25 15:36:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-09-20 11:45:43 +0200 |
commit | 364651f84ea839a1e8f4793de95c7a0f21f31bc7 (patch) | |
tree | 2e32315db3bae4839bf290af8a36de3df442991c | |
parent | 67bac7a8469145c522e7c52a16123e55aa9d36ae (diff) |
Build the sdui library for non-DESKTOP, too
In order to get the Impress-specific dialogs in the (new,
Online-based) iOS and Android apps, too.
Change-Id: I7400326bafc1b8a0470b5ed0fb631ae984b7b795
(cherry picked from commit d71c5461704e120af9ae33aeefb79702be475680)
Reviewed-on: https://gerrit.libreoffice.org/79171
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r-- | sd/Module_sd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index b0f63ddc1ed1..2bf2e94ab297 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -13,7 +13,7 @@ $(eval $(call gb_Module_add_targets,sd,\ Library_sd \ Library_sdd \ Library_sdfilt \ - $(call gb_Helper_optional,DESKTOP,Library_sdui) \ + Library_sdui \ Package_opengl \ Package_web \ Package_xml \ |