[pango/ricotz/456: 4/4] Use correct c:include and distinct package in PangoFc-1.0 and PangoOT-1.0
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/ricotz/456: 4/4] Use correct c:include and distinct package in PangoFc-1.0 and PangoOT-1.0
- Date: Tue, 25 Feb 2020 21:16:09 +0000 (UTC)
commit 92a5cf0de036532b8d82150dfb3c4e00c4c97252
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Feb 25 13:12:32 2020 +0100
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,
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]