comparison configure @ 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 20f05d3a9c64
children c83d6261ce3e
comparison
equal deleted inserted replaced
2745:3245d79fa75f 2746:0ce46809e95d
5485 GTK_PACKAGES="gtk+-2.0 gthread-2.0" 5485 GTK_PACKAGES="gtk+-2.0 gthread-2.0"
5486 GTK_LIBS=`$PKG_CFG --silence-errors --libs $GTK_PACKAGES` 5486 GTK_LIBS=`$PKG_CFG --silence-errors --libs $GTK_PACKAGES`
5487 fi 5487 fi
5488 if test $with_gtk4 = "yes"; then 5488 if test $with_gtk4 = "yes"; then
5489 DW_DIR=gtk4 5489 DW_DIR=gtk4
5490 GTK_PACKAGES="gtk4-x11" 5490 GTK_PACKAGES="gtk4"
5491 GTK_LIBS=`$PKG_CFG --silence-errors --libs $GTK_PACKAGES` 5491 GTK_LIBS=`$PKG_CFG --silence-errors --libs $GTK_PACKAGES`
5492 fi 5492 fi
5493 WEBKIT_PKG="webkit2gtk-4.0" 5493 WEBKIT_PKG="webkit2gtk-4.0"
5494 if test x"$GTK_LIBS" = x; then 5494 if test x"$GTK_LIBS" = x; then
5495 GTK_PACKAGES="gtk+-3.0" 5495 GTK_PACKAGES="gtk+-3.0"