summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-20 00:27:53 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-24 21:09:49 +0200
commit836fd0563d654be81effe01da25acd276849c566 (patch)
tree8b1f96a5c18d951614b13508b9858e70d08e1e8c /gmodule
parent6dd222e753f8313e40d8945d341b79668c8016c3 (diff)
downloadglib-836fd0563d654be81effe01da25acd276849c566.tar.gz
meson: Remove unneeded install_tag's on headers
Meson is able to handle this automatically when we're installing in the include-dir prefix.
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/gmodule/meson.build b/gmodule/meson.build
index 7ca10a529..b238e3f9f 100644
--- a/gmodule/meson.build
+++ b/gmodule/meson.build
@@ -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]