mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-09 16:50:20 +01:00
meson.build: fix a deprecation warning
This commit is contained in:
parent
a5e6af5bff
commit
0cca0359af
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue