configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d2587b5646833b49c9cfc12ea7eaa013a1fcf7f1
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Mon Nov 25 09:34:46 2024 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Mon Nov 25 13:44:59 2024 +0100

    gtk3: Drop gtk+-unix-print-3.0 from configure.ac
    
    Unused since
    
        commit ed07ec7606cb24cccaf6b7b81b2bd308debaa2e6
        Date:   Sun Dec 20 16:49:12 2020 +0000
    
            drop never completed GtkSalPrinter
    
    Change-Id: Iacbf84449175863e5a6ad09f6946b3bd3b503a9a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177237
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Tested-by: Jenkins

diff --git a/configure.ac b/configure.ac
index ebfff94178b5..c02897469211 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12248,7 +12248,7 @@ if test "$test_gtk3" = yes -a "x$enable_gtk3" = "xyes" 
-o "x$enable_gtk3_kde5" =
         add_warning 'Non-system cairo combined with gtk3 is known to cause 
trouble (eg. broken image in the splashscreen). Use --with-system-cairo unless 
you know what you are doing.'
     fi
     : ${with_system_cairo:=yes}
-    PKG_CHECK_MODULES(GTK3, gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 
gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo)
+    PKG_CHECK_MODULES(GTK3, gtk+-3.0 >= 3.20 gmodule-no-export-2.0 glib-2.0 >= 
2.38 atk >= 2.28.1 cairo)
     GTK3_CFLAGS=$(printf '%s' "$GTK3_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g")
     GTK3_CFLAGS="$GTK3_CFLAGS -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED"
     FilterLibs "${GTK3_LIBS}"

Reply via email to