From 92a5cf0de036532b8d82150dfb3c4e00c4c97252 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Tue, 25 Feb 2020 13:12:32 +0100 Subject: Use correct c:include and distinct package in PangoFc-1.0 and PangoOT-1.0 Fixes: #456 --- pango/meson.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pango/meson.build b/pango/meson.build index 99a9e4a6..738bd36c 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -237,9 +237,9 @@ if build_pangoft2 nsversion: pango_api_version, identifier_prefix: 'PangoFc', symbol_prefix: 'pango_fc', - export_packages: 'pangoft2', + export_packages: 'pangofc', includes: [ pango_gir[0], 'fontconfig-2.0', ], - header: 'pango/pangoft2.h', + header: 'pango/pangofc-fontmap.h', install: true, extra_args: gir_args, ) @@ -255,9 +255,9 @@ if build_pangoft2 nsversion: pango_api_version, identifier_prefix: 'PangoOT', symbol_prefix: 'pango_ot', - export_packages: 'pangoft2', + export_packages: 'pangoot', includes: [ pangofc_gir[0], 'freetype2-2.0', ], - header: 'pango/pangoft2.h', + header: 'pango/pango-ot.h', install: true, extra_args: gir_args, ) -- cgit v1.2.1