Fix parallel build issue

Tell meson that the generated gdbofono headers are needed at compile
time.

fixes https://gitlab.com/mobian1/devices/eg25-manager/-/issues/14
This commit is contained in:
Natanael Copa
2021-06-03 17:51:03 +02:00
parent 64145acbae
commit 63ba5e2d60

View File

@@ -15,6 +15,7 @@ src = [
'suspend.c', 'suspend.h',
'toml.c', 'toml.h',
'udev.c', 'udev.h',
gdbofono_headers,
]
if mmglib_dep.found()