summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-11-23 11:47:21 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-11-23 11:47:21 +0000
commit70cf3843db911ffb11793146b70af9a1066b1b06 (patch)
treea98d4a647adda24da0ff4fa350a2e2c204dc184d
parent3e996f61ae004c9fdad2fc175b06b6c7314de8db (diff)
downloadgtk+-ebassi/glib-version.tar.gz
Use the right GLib macros for version checkingebassi/glib-version
There's a typo in the name, and we never noticed.
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 306b55f686..6065aab2dd 100644
--- a/meson.build
+++ b/meson.build
@@ -39,8 +39,8 @@ sysprof_req = '>= 3.38.0'
gnome = import('gnome')
add_project_arguments('-DG_LOG_USE_STRUCTURED=1', language: 'c')
-add_project_arguments('-DGLIB_MIN_REQUIRED_VERSION=' + glib_min_required, language: 'c')
-add_project_arguments('-DGLIB_MAX_ALLOWED_VERSION=' + glib_max_allowed, language: 'c')
+add_project_arguments('-DGLIB_VERSION_MIN_REQUIRED=' + glib_min_required, language: 'c')
+add_project_arguments('-DGLIB_VERSION_MAX_ALLOWED=' + glib_max_allowed, language: 'c')
# Making releases:
# 1. gtk_micro_version += 1;