summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pango/meson.build2
1 files changed, 2 insertions, 0 deletions
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)