diff --git a/meson.build b/meson.build index 5982fd2..991fc7c 100644 --- a/meson.build +++ b/meson.build @@ -39,7 +39,7 @@ add_project_arguments('-DHAVE_CONFIG_H', language: 'c') add_project_arguments('-I.', language: 'c') gtk_dep = dependency('gtk4', version: '>=4.14') -# use this to fix tile alignment, not yet merged +# use this to fix tile alignment, added in 4.23.1 config_h.set('HAVE_GTK_SNAPSHOT_SET_SNAP', cc.has_function('gtk_snapshot_set_snap', prefix: '#include ', dependencies: gtk_dep)) configure_file(