diff options
author | Victor Kareh <[email protected]> | 2025-08-08 13:08:41 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2025-08-08 13:12:24 -0400 |
commit | 6d9ddd1048111d1341566f16b30df085ce85eb7d (patch) | |
tree | 43aa0e1a8d382ea39980154856bd617a0dd18ef0 /configure.ac | |
parent | 20cb96dfb5f4b79d2bac212edcde8cdda9f3283c (diff) | |
download | mate-panel-bump-libwnck-version.tar.bz2 mate-panel-bump-libwnck-version.tar.xz |
wncklet: Bump libwnck to 43.0bump-libwnck-version
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 ceaa04c2..f610cc46 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ LIBMATE_MENU_REQUIRED=1.21.0 CAIRO_REQUIRED=1.0.0 DCONF_REQUIRED=0.13.4 GTK_REQUIRED=3.24.0 -LIBWNCK_REQUIRED=3.32.0 +LIBWNCK_REQUIRED=43.0 WEATHER_REQUIRED=1.17.0 dnl pkg-config dependency checks |