mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
Merge branch 'ebassi/version-header-install' into 'main'
Install gversionmacros.h in the right place See merge request GNOME/glib!3018
This commit is contained in:
commit
1590e7636c
@ -12,7 +12,7 @@ gversionmacros_h = custom_target(
|
||||
output: 'gversionmacros.h',
|
||||
command: [gen_visibility_macros, meson.project_version(), 'versions-macros', '@INPUT@', '@OUTPUT@'],
|
||||
install: true,
|
||||
install_dir: glib_includedir,
|
||||
install_dir: glib_sub_includedir,
|
||||
install_tag: 'devel',
|
||||
)
|
||||
|
||||
@ -21,6 +21,7 @@ gvisibility_h = custom_target(
|
||||
command: [gen_visibility_macros, meson.project_version(), 'visibility-macros', 'GLIB', '@OUTPUT@'],
|
||||
install: true,
|
||||
install_dir: glib_sub_includedir,
|
||||
install_tag: 'devel',
|
||||
)
|
||||
|
||||
glib_built_headers = [gversionmacros_h, gvisibility_h]
|
||||
|
Loading…
Reference in New Issue
Block a user