[meson] fix install tag for `harfbuzz-config.cmake`

So it does not get installed when filtering out `devel` stuff, e.g. by using `meson install --tags runtime`.
This commit is contained in:
Benoit Pierre 2023-01-28 17:08:54 +01:00
parent 715b397dcc
commit 7a381eedd0
1 changed files with 1 additions and 0 deletions

View File

@ -770,6 +770,7 @@ configure_file(input: 'harfbuzz-config.cmake.in',
output: 'harfbuzz-config.cmake',
configuration: cmake_config,
install_dir: get_option('libdir') / 'cmake' / 'harfbuzz',
install_tag: 'devel',
)
gobject_enums_c = []