diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-01-30 14:13:41 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-02-06 12:28:51 +0100 |
commit | fef28fc5e1093d876e2a26a19433b3da71be525d (patch) | |
tree | a0618d502f5d4636113fe420d86a34fb55aeef3e | |
parent | e506f4f437be8502b921922c03486596833215cf (diff) |
tdf#158695 convert-to bogusly needs libcui (--disable-gui build)
Change-Id: I8e13902c4ee9b4b17e921b68b0626f7728cb0c18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162749
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
(cherry picked from commit 8d26ca7f9ac37b5ada0a2c463b37181bcc8301a8)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162810
Tested-by: René Engelhard <rene@debian.org>
Reviewed-by: René Engelhard <rene@debian.org>
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index bd5d831f7f2f..707f5506d6a6 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -56,7 +56,6 @@ $(eval $(call gb_Library_use_libraries,sw,\ comphelper \ cppu \ cppuhelper \ - cui \ $(call gb_Helper_optional,DBCONNECTIVITY, \ dbtools) \ docmodel \ |