configure.ac | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 1ccd236d8dc833ab9de639cf903684d1ecebf5e1
Author: Noel Grandin <[email protected]>
AuthorDate: Mon Aug 28 08:53:03 2023 +0200
Commit: Noel Grandin <[email protected]>
CommitDate: Mon Aug 28 15:48:20 2023 +0200
remove warning about qt and icccm
since the minimum qt5 version we requre is qt5.6
Change-Id: If60d20c5220c02c614788a0c49f943d4708df142
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156180
Tested-by: Jenkins
Reviewed-by: Noel Grandin <[email protected]>
diff --git a/configure.ac b/configure.ac
index 5ce8454546c4..60bf5493a432 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13073,10 +13073,7 @@ then
PKG_CHECK_MODULES(QT5_XCB_ICCCM,[xcb-icccm],[
QT5_HAVE_XCB_ICCCM=1
AC_DEFINE(QT5_HAVE_XCB_ICCCM)
- ],[
- AC_MSG_WARN([XCB ICCCM not found, which is needed for old Qt
versions (< 5.12) on some WMs to correctly group dialogs (like QTBUG-46626)])
- add_warning "XCB ICCCM not found, which is needed for Qt versions
(< 5.12) on some WMs to correctly group dialogs (like QTBUG-46626)"
- ])
+ ],[:])
QT5_CFLAGS="$QT5_CFLAGS $QT5_XCB_CFLAGS $QT5_XCB_ICCCM_CFLAGS"
QT5_LIBS="$QT5_LIBS $QT5_XCB_LIBS $QT5_XCB_ICCCM_LIBS -lQt5X11Extras"
QT5_USING_X11=1