summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-02-14 16:07:03 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-15 08:57:53 +0100
commit028affcf44b2e465a0a178e8ebe5682edfa68531 (patch)
treeffec1fddb23cd78ecb53fccdbfa6b75d1517a354 /desktop
parent7b658083c1935e1d74306e361c3d69f53eff4fef (diff)
Revert "merge sdui library into sd"
This reverts commit 2cf7c26293462406d91ee050c6677930065e660b. Reason for revert: <_rene_> noelgrandin: sdui->sd... and what about people not needing that ui? <_rene_> (e.g. --disable-gui and libreoffice-draw-nogui and impress-nogui) <_rene_> i.e. the use case of --convert-to for ppt(x) etc Change-Id: I6755c209e63f34b3fc9f9fdc4af7001b18579e8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163348 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Pagein_draw.mk1
-rw-r--r--desktop/Pagein_impress.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/desktop/Pagein_draw.mk b/desktop/Pagein_draw.mk
index abf7435032d6..2fd0ef6ba4ff 100644
--- a/desktop/Pagein_draw.mk
+++ b/desktop/Pagein_draw.mk
@@ -11,6 +11,7 @@ $(eval $(call gb_Pagein_Pagein,draw))
$(eval $(call gb_Pagein_add_objects,draw,\
sd \
+ sdui \
svx \
svxcore \
))
diff --git a/desktop/Pagein_impress.mk b/desktop/Pagein_impress.mk
index 9b15cc1fe1ba..f3e4ff7b6d59 100644
--- a/desktop/Pagein_impress.mk
+++ b/desktop/Pagein_impress.mk
@@ -11,6 +11,7 @@ $(eval $(call gb_Pagein_Pagein,impress))
$(eval $(call gb_Pagein_add_objects,impress,\
sd \
+ sdui \
svx \
svxcore \
))