summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-02-25 13:12:32 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-02-25 22:15:20 +0100
commit92a5cf0de036532b8d82150dfb3c4e00c4c97252 (patch)
treef930e91df36f11e154e579d1635012b99135311b
parent561351fd905b6f6f29093084efc1bb0145c567d7 (diff)
downloadpango-92a5cf0de036532b8d82150dfb3c4e00c4c97252.tar.gz
Use correct c:include and distinct package in PangoFc-1.0 and PangoOT-1.0
Fixes: #456
-rw-r--r--pango/meson.build8
1 files 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,
)