mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Install gversionmacros.h in the right place
The gversionmacros.h header is referenced from glib/, so it needs to go into glib's include directory, not in the top-level alongside glib.h, glib-object.h, gmodule.h, and glib-unix.h.
This commit is contained in:
parent
e11bf10eac
commit
0ea1d3fecc
@ -12,8 +12,8 @@ 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_tag : 'devel',
|
||||
install_dir: glib_sub_includedir,
|
||||
install_tag: 'devel',
|
||||
)
|
||||
|
||||
gvisibility_h = custom_target(
|
||||
@ -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