mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 22:10:17 +01:00
libnm: with meson include "nm-default.h" for glib-mkenums sources
We also do that for the autotools implementation. (cherry picked from commitfd57e9665c) (cherry picked from commitc807e77271)
This commit is contained in:
parent
2cff3f369b
commit
63f2d73b97
2 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ libnm_core_enum_sources = gnome.mkenums_simple(
|
|||
enum_types,
|
||||
sources: libnm_core_headers + [nm_version_macro_header],
|
||||
identifier_prefix: nm_id_prefix,
|
||||
body_prefix: '#include "nm-default.h"',
|
||||
install_header: true,
|
||||
install_dir: libnm_pkgincludedir,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ enum_sources = gnome.mkenums_simple(
|
|||
enum_types,
|
||||
sources: 'test-general-enums.h',
|
||||
identifier_prefix: nm_id_prefix,
|
||||
body_prefix: '#include "nm-default.h"',
|
||||
)
|
||||
|
||||
deps = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue