Skip to content

Commit

Permalink
Merge branch 'ricotz/456' into 'master'
Browse files Browse the repository at this point in the history
Use correct c:include and distinct package in PangoFc-1.0 and PangoOT-1.0

Closes #456

See merge request GNOME/pango!175
  • Loading branch information
Matthias Clasen committed Feb 25, 2020
2 parents 561351f + 92a5cf0 commit cb59984
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pango/meson.build
Expand Up @@ -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,
)
Expand All @@ -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,
)
Expand Down

0 comments on commit cb59984

Please sign in to comment.