diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-11-02 22:58:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-11-03 15:31:08 +0100 |
commit | 1c39485653d97e26aa3d5b51bf2fd0a1f4e14f0c (patch) | |
tree | c6006d9bd7ba231404bc9f7e426b6426257db9f4 /sw/Module_sw.mk | |
parent | 882c7f4a1feb81ed74b4243d884ecc3a954e3bed (diff) |
Start of work in progress on making dialogs work in the iOS app
Build the swui library for non-DESKTOP platforms, too. Handle fallout
for !HAVE_FEATURE_DBCONNECTIVITY and !HAVE_FEATURE_AVMEDIA (both of
which features we for now don't want to bother with in the iOS app).
Make VclAbstractDialogFactory::Create() do its thing also on
non-DESKTOP.
This commit just causes more code to be compiled for the non-DESKTOP
case, dialogs in general surely don't actually work yet in the iOS
app. For instance:
vcl/source/window/builder.cxx:2060: probably need to implement sfxlo-CustomPropertiesControl or add a makesfxlo-CustomPropertiesControl function
Change-Id: I579efba605f519dcbf407b675be88c7c6ee0f19b
Reviewed-on: https://gerrit.libreoffice.org/62794
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 308b4474c5dc..b89b839c7aa0 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,sw,\ Library_msword \ Library_sw \ Library_swd \ - $(call gb_Helper_optional,DESKTOP,Library_swui) \ + Library_swui \ UIConfig_sglobal \ UIConfig_sweb \ UIConfig_swform \ |