summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruserwithuid <userwithuid@gmail.com>2017-07-23 02:06:00 +0000
committerMatthias Clasen <mclasen@redhat.com>2017-07-25 22:28:31 -0400
commit4a34f34dff2493794a71fae4463976f384fb743b (patch)
tree89a21e55eacbbdf6bdada268eb11fb63cd1e8181
parentffba476c2137c228c2574958d51c728d8a2d030c (diff)
downloadpango-4a34f34dff2493794a71fae4463976f384fb743b.tar.gz
Fix typo in meson build support
The keyword is called symbol_prefix, not symbols_prefix. https://bugzilla.gnome.org/show_bug.cgi?id=785296
-rw-r--r--pango/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/meson.build b/pango/meson.build
index c3c1ad6a..06ac496e 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -231,7 +231,7 @@ if xft_dep.found()
namespace: 'PangoXft',
nsversion: pango_api_version,
identifier_prefix: 'PangoXft',
- symbols_prefix: 'pango_xft',
+ symbol_prefix: 'pango_xft',
export_packages: 'pangoxft',
includes: [ 'GObject-2.0', 'xft-2.0', 'xlib-2.0' ],
install: true,
@@ -356,7 +356,7 @@ if cairo_dep.found()
namespace: 'PangoCairo',
nsversion: pango_api_version,
identifier_prefix: 'PangoCairo',
- symbols_prefix: 'pango_cairo',
+ symbol_prefix: 'pango_cairo',
export_packages: 'pangocairo',
includes: [ 'GObject-2.0', 'cairo-1.0' ],
install: true,