summaryrefslogtreecommitdiff
path: root/pango/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-04 20:36:00 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-07-04 17:28:40 -0400
commitd21ea13a22b1cab8c9cb604aa3fcd2ca8073befd (patch)
tree8d79daeb8f4254e319fede8bcc970f80cec83a2a /pango/meson.build
parent5112387e2c5d4e298d5781070b2f0749a2f7f005 (diff)
downloadpango-d21ea13a22b1cab8c9cb604aa3fcd2ca8073befd.tar.gz
Header cleanup
Abolish the PANGO_ENABLE_BACKEND and PANGO_ENABLE_ENGINE defines. All backend-only apis are moved into private headers, all apis that were engine-only are marked as deprecated, since engines are.
Diffstat (limited to 'pango/meson.build')
-rw-r--r--pango/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/pango/meson.build b/pango/meson.build
index 6d35cc32..4ca062ec 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -99,8 +99,6 @@ pango_cflags = [
'-DG_LOG_DOMAIN="Pango"',
'-DG_LOG_USE_STRUCTURED=1',
'-DPANGO_COMPILATION',
- '-DPANGO_ENABLE_BACKEND',
- '-DPANGO_ENABLE_ENGINE',
'-DSYSCONFDIR="@0@"'.format(pango_sysconfdir),
'-DLIBDIR="@0@"'.format(pango_libdir),
]
@@ -127,8 +125,6 @@ build_gir = get_option('introspection')
if build_gir
gir_args = [
'--quiet',
- '-DPANGO_ENABLE_BACKEND',
- '-DPANGO_ENABLE_ENGINE',
]
pango_gir = gnome.generate_gir(