From d0d0a9a99ce69ed2f636222ded96b2260ee0cad3 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 4 Sep 2025 11:14:18 -0400 Subject: daemon: Bump libwnck to 43.0 Recent versions of libwnck introduced a WnckHandler object to be used as the main entry point into the library. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a2a2ee7..ea75f7b 100644 --- a/configure.ac +++ b/configure.ac @@ -179,7 +179,7 @@ fi dnl Check if we have the X development libraries have_x11=no if test "x$enable_x11" != "xno"; then - x11_pkg_modules="libwnck-3.0, x11" + x11_pkg_modules="libwnck-3.0 >= 43.0, x11" PKG_CHECK_MODULES(NOTIFICATION_DAEMON_X11, $x11_pkg_modules, [ have_x11=yes AC_DEFINE(HAVE_X11, 1, [Have the X11 development library]) -- cgit v1.2.1