mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user