changeset 2746:0ce46809e95d

Use package "gtk4" instead of "gtk4-x11" so it will work on systems with only Wayland installed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 22 Dec 2021 09:54:41 +0000
parents 3245d79fa75f
children c83d6261ce3e
files configure configure.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Dec 20 15:19:05 2021 +0000
+++ b/configure	Wed Dec 22 09:54:41 2021 +0000
@@ -5487,7 +5487,7 @@
       fi
       if test $with_gtk4 = "yes"; then
          DW_DIR=gtk4
-         GTK_PACKAGES="gtk4-x11"
+         GTK_PACKAGES="gtk4"
          GTK_LIBS=`$PKG_CFG --silence-errors --libs $GTK_PACKAGES`
       fi
       WEBKIT_PKG="webkit2gtk-4.0"
--- a/configure.in	Mon Dec 20 15:19:05 2021 +0000
+++ b/configure.in	Wed Dec 22 09:54:41 2021 +0000
@@ -221,7 +221,7 @@
       fi
       if test $with_gtk4 = "yes"; then
          DW_DIR=gtk4
-         GTK_PACKAGES="gtk4-x11"
+         GTK_PACKAGES="gtk4"
          GTK_LIBS=`$PKG_CFG --silence-errors --libs $GTK_PACKAGES`
       fi
       WEBKIT_PKG="webkit2gtk-4.0"