summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-08-03 12:07:51 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-08-03 12:07:51 +0100
commitb50f0ef8bb1d8a9ad816b6dcc72b4d8962160bf0 (patch)
treec98c9965c7bb3590dba8acd6e6a00ed66a1d1573
parent8003e5920a119108be4a4a6cb1cd57cbd74d4f0f (diff)
downloadpango-b50f0ef8bb1d8a9ad816b6dcc72b4d8962160bf0.tar.gz
build: Install pango-ot headers
The refactoring of commit 1bdadfe1aae158fb406e10f81f3ae0533dea1602 missed out an installed header.
-rw-r--r--pango/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/meson.build b/pango/meson.build
index 1665a82f..3e3a3eeb 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -209,7 +209,7 @@ if build_pangoft2
pangoft2_sources += pangoft2_res
endif
- install_headers(pangoft2_headers + pangofc_headers, subdir: pango_api_path)
+ install_headers(pangoft2_headers + pangofc_headers + pangoot_headers, subdir: pango_api_path)
libpangoft2 = library(
'pangoft2-@0@'.format(pango_api_version),