[pango: 1/2] Install PangoFc and PangoOT GObject-Introspection



commit b7373f5260fb153f85477aae90128e253c2f4e6d
Author: Simon McVittie <smcv debian org>
Date:   Sat Aug 10 16:54:21 2019 +0100

    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 <smcv debian org>

 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]