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

@@ -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