meson: Remove unneeded install_tag's on headers

Meson is able to handle this automatically when we're installing in the
include-dir prefix.
This commit is contained in:
Marco Trevisan (Treviño) 2022-10-20 00:27:53 +02:00
parent 6dd222e753
commit 836fd0563d
4 changed files with 0 additions and 4 deletions

View File

@ -750,7 +750,6 @@ gvisibility_h = custom_target(
command: [gen_visibility_macros, meson.project_version(), 'visibility-macros', 'GIO', '@OUTPUT@'],
install: true,
install_dir: gio_includedir,
install_tag : 'devel',
)
gio_sources += gvisibility_h

View File

@ -21,7 +21,6 @@ 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]

View File

@ -73,7 +73,6 @@ gvisibility_h = custom_target(
command: [gen_visibility_macros, meson.project_version(), 'visibility-macros', 'GMODULE', '@OUTPUT@'],
install: true,
install_dir: g_module_includedir,
install_tag : 'devel',
)
gmodule_sources = [gmodule_c, gvisibility_h]

View File

@ -32,7 +32,6 @@ gvisibility_h = custom_target(
command: [gen_visibility_macros, meson.project_version(), 'visibility-macros', 'GOBJECT', '@OUTPUT@'],
install: true,
install_dir: gobject_includedir,
install_tag : 'devel',
)
gobject_sources += gvisibility_h