From b9b5a261998c2634477a71392a0c0c512c6e5974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Wed, 22 Nov 2023 12:30:32 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 906305c96..5b31dabe8 100644 --- a/meson.build +++ b/meson.build @@ -442,7 +442,7 @@ else snap_dep = dependency('snapd-glib', required : get_option('snap')) endif if snap_dep.found() and glib2_snap_dep.found() and gio2_snap_dep.found() and apparmor_snap_dep.found() - cdata.set('HAVE_SNAP', 1) + cdata.set('HAVE_SNAP', true) snap_deps = [glib2_snap_dep, gio2_snap_dep, snap_dep, apparmor_snap_dep] endif summary({'GLib-2.0 (Snap support)': glib2_snap_dep.found()}, bool_yn: true, section: 'Misc dependencies')