From b7373f5260fb153f85477aae90128e253c2f4e6d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 10 Aug 2019 16:54:21 +0100 Subject: Install PangoFc and PangoOT GObject-Introspection If we don't install these, we can't load PangoXft and PangoFT2, which depend on them: $ GI_TYPELIB_PATH=${DESTDIR}/usr/lib/x86_64-linux-gnu/girepository-1.0 python3 ... >>> from gi.repository import PangoXft ... gi.RepositoryError: Typelib file for namespace 'PangoOT', version '1.0' not found Signed-off-by: Simon McVittie --- pango/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pango/meson.build b/pango/meson.build index 3e3a3eeb..99a9e4a6 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -240,6 +240,7 @@ if build_pangoft2 export_packages: 'pangoft2', includes: [ pango_gir[0], 'fontconfig-2.0', ], header: 'pango/pangoft2.h', + install: true, extra_args: gir_args, ) pangofc_gir_dep = declare_dependency(sources: pangofc_gir) @@ -257,6 +258,7 @@ if build_pangoft2 export_packages: 'pangoft2', includes: [ pangofc_gir[0], 'freetype2-2.0', ], header: 'pango/pangoft2.h', + install: true, extra_args: gir_args, ) pangoot_gir_dep = declare_dependency(sources: pangoot_gir) -- cgit v1.2.1