mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
lib: Add missing headers & fix enums install dir
This commit is contained in:
parent
24c191f1e9
commit
89d37ada0d
@ -23,6 +23,7 @@ libmks_headers = [
|
||||
'mks-session.h',
|
||||
'mks-speaker.h',
|
||||
'mks-types.h',
|
||||
'mks-version-macros.h',
|
||||
]
|
||||
|
||||
libmks_private_sources = [
|
||||
@ -60,7 +61,7 @@ libmks_private_sources = [
|
||||
libmks_enums = gnome.mkenums_simple('mks-enums',
|
||||
sources: libmks_headers,
|
||||
install_header: true,
|
||||
install_dir: join_paths(get_option('libdir'), 'libmks-@0@'.format(api_version)),
|
||||
install_dir: join_paths(get_option('includedir'), 'libmks-@0@'.format(api_version)),
|
||||
identifier_prefix: 'Mks',
|
||||
symbol_prefix: 'mks',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user