Skip to content

Commit 2c3bd9c

Browse files
lenemtertintou
authored andcommitted
Meson: target newer glib
1 parent 79f96ad commit 2c3bd9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ add_project_arguments([
4747
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()),
4848
'-DGNOME_DESKTOP_USE_UNSTABLE_API',
4949

50-
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_74',
51-
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_74',
50+
'-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_@0@'.format(glib_version_required.replace('.', '_')),
51+
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_@0@'.format(glib_version_required.replace('.', '_')),
5252
],
5353
language: 'c',
5454
)

0 commit comments

Comments
 (0)