meson: install hb-icu.h header

This commit is contained in:
Christoph Reiter 2020-04-19 14:53:05 +02:00 committed by Ebrahim Byagowi
parent 2cc85281c2
commit ad5dcda0b5
1 changed files with 1 additions and 1 deletions

View File

@ -627,4 +627,4 @@ else
libharfbuzz_gobject_dep = dependency('', required: false)
endif
install_headers(hb_headers + hb_gobject_headers + hb_subset_headers, subdir: meson.project_name())
install_headers(hb_headers + hb_gobject_headers + hb_subset_headers + hb_icu_headers, subdir: meson.project_name())