summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCorentin Noël <tintou@noel.tf>2022-06-14 15:46:43 +0200
committerCorentin Noël <tintou@noel.tf>2022-06-14 15:46:43 +0200
commit95167a59e81fcf088a35c332fc1b9c94979b6641 (patch)
treef09febd3fbf88fca4b2ae38f17cbb1a83861ae48 /meson.build
parentc4ce95e688bff6405e29bfd11bf01afab6e36316 (diff)
downloadlibgnomekbd-95167a59e81fcf088a35c332fc1b9c94979b6641.tar.gz
configuration: Use GLib macros to declare the object
Allows to use autoptr and to reduce verbosity. Also add sanity checks to API endpoints.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 0760c53..f7027df 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@ i18n = import('i18n')
cc = meson.get_compiler('c')
-glib_req = '>= 2.18.0'
+glib_req = '>= 2.44.0'
gdk_req = '>= 2.91.7'
gtk_req = '>= 2.90'
libxklavier_req = '>= 5.2'
@@ -52,4 +52,4 @@ subdir('po')
if get_option('tests')
subdir('test')
-endif \ No newline at end of file
+endif