mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01: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:
parent
6dd222e753
commit
836fd0563d
@ -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
|
||||
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user