diff options
author | Victor Kareh <[email protected]> | 2025-07-18 14:34:16 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2025-07-22 08:00:47 -0400 |
commit | f56908730402ade40a5e6311f3e9480a01fd7df1 (patch) | |
tree | dd0670b0ad50613a977211af9d59c6760005ff29 | |
parent | 84bd16293d1b0f843f44369c185e9938f0b94df0 (diff) | |
download | mate-panel-fix-gtk-deprecations.tar.bz2 mate-panel-fix-gtk-deprecations.tar.xz |
Bump GTK version to 3.24fix-gtk-deprecations
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f0b45e2a..ca881ef8 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ GLIB_REQUIRED=2.50.0 LIBMATE_MENU_REQUIRED=1.21.0 CAIRO_REQUIRED=1.0.0 DCONF_REQUIRED=0.13.4 -GTK_REQUIRED=3.22.0 +GTK_REQUIRED=3.24.0 LIBWNCK_REQUIRED=3.4.6 LIBWNCK_PREVIEWS_OPTIONAL=3.32.0 WEATHER_REQUIRED=1.17.0 |