mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 08:20:08 +01:00
libnm: with meson include "nm-default.h" for glib-mkenums sources
We also do that for the autotools implementation.
(cherry picked from commit fd57e9665c)
This commit is contained in:
parent
294efba18f
commit
c807e77271
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