diff options
author | Victor Kareh <[email protected]> | 2025-09-04 11:14:18 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2025-09-04 17:16:06 +0000 |
commit | d0d0a9a99ce69ed2f636222ded96b2260ee0cad3 (patch) | |
tree | a248ad6e16463eebbb717b38f61ee351bc2a4c9e /configure.ac | |
parent | bc73e87a7f1431ec7711b70a2fb6ae647af9a251 (diff) | |
download | mate-notification-daemon-d0d0a9a99ce69ed2f636222ded96b2260ee0cad3.tar.bz2 mate-notification-daemon-d0d0a9a99ce69ed2f636222ded96b2260ee0cad3.tar.xz |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |