summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build10
1 files changed, 0 insertions, 10 deletions
diff --git a/meson.build b/meson.build
index 73b5da2b..4262a651 100644
--- a/meson.build
+++ b/meson.build
@@ -489,16 +489,6 @@ endif
if cairo_dep.found()
pango_conf.set('HAVE_CAIRO', 1)
pango_deps += cairo_dep
-
- pangocairo_requires = ''
-
- if pango_font_backends.contains('freetype')
- pangocairo_requires += 'pangoft2 '
- endif
-
- if pango_font_backends.contains('win32')
- pangocairo_requires += 'pangowin32 '
- endif
endif
gnome = import('gnome')