mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 23:32:14 +02:00
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:
@@ -15,6 +15,7 @@ src = [
|
|||||||
'suspend.c', 'suspend.h',
|
'suspend.c', 'suspend.h',
|
||||||
'toml.c', 'toml.h',
|
'toml.c', 'toml.h',
|
||||||
'udev.c', 'udev.h',
|
'udev.c', 'udev.h',
|
||||||
|
gdbofono_headers,
|
||||||
]
|
]
|
||||||
|
|
||||||
if mmglib_dep.found()
|
if mmglib_dep.found()
|
||||||
|
Reference in New Issue
Block a user