meson.build: fix a deprecation warning

This commit is contained in:
Peter Hutterer 2022-03-28 15:32:17 +10:00
parent a5e6af5bff
commit 0cca0359af

View file

@ -92,7 +92,7 @@ src_libei = [
if get_option('portal')
dep_systemd = dependency('libsystemd')
config_h.set10('ENABLE_LIBEI_PORTAL', 1)
config_h.set10('ENABLE_LIBEI_PORTAL', true)
src_libei += [
'src/libei-portal.c',
]