diff options
| author | lukefromdc <[email protected]> | 2025-09-11 15:04:30 -0400 |
|---|---|---|
| committer | lukefromdc <[email protected]> | 2025-09-11 15:04:30 -0400 |
| commit | 7e64b1225269bd9cefb458fe868f8adf4969f910 (patch) | |
| tree | 3ff8f4c6169f06cbcca0d9c45061fb3ae49316a6 | |
| parent | 206c90abd8b71d19bd7a072ce57ba5771873b930 (diff) | |
| download | mate-control-center-master.tar.bz2 mate-control-center-master.tar.xz | |
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index aca4d3e3..22630de7 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ AC_SUBST(SCREENSAVER_LIBS) GLIB_REQUIRED=2.64.0 SYSTEMD_REQUIRED=248 GTK_REQUIRED=3.22.0 -MARCO_REQUIRED=1.17.0 +MARCO_REQUIRED=1.29.0 MATEKBD_REQUIRED=1.17.0 MATE_DESKTOP_REQUIRED=1.27.1 APPINDICATOR_REQUIRED=0.0.13 diff --git a/meson.build b/meson.build index fc28a15d..e8db74cd 100644 --- a/meson.build +++ b/meson.build @@ -68,7 +68,7 @@ gtk_dep = dependency('gtk+-3.0', version: '>= 3.22.0') gio_dep = dependency('gio-2.0') glib_dep = dependency('glib-2.0', version: '>= 2.64.0') mate_desktop_dep = dependency('mate-desktop-2.0', version: '>= 1.27.1') -marco_dep = dependency('libmarco-private', version: '>= 1.17.0') +marco_dep = dependency('libmarco-private', version: '>= 1.29.0') menu_dep = dependency('libmate-menu', version: '>= 1.21.0') libxml_dep = dependency('libxml-2.0') pango_dep = dependency('pango') |
