From 2da8d9b0acf174716cc1349d34e95fa91b0b0365 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 17 Dec 2020 20:50:16 +0000 Subject: Do not build gdk-pixbuf's man page When using it as a sub-project. We don't really need them. --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c86d5ce5c2..476072d0da 100644 --- a/meson.build +++ b/meson.build @@ -373,7 +373,8 @@ endif pangocairo_dep = dependency('pangocairo', version: pango_req, fallback : ['pango', 'libpangocairo_dep']) pixbuf_dep = dependency('gdk-pixbuf-2.0', version: gdk_pixbuf_req, - fallback : ['gdk-pixbuf', 'gdkpixbuf_dep']) + fallback : ['gdk-pixbuf', 'gdkpixbuf_dep'], + default_options: ['man=false']) epoxy_dep = dependency('epoxy', version: epoxy_req, fallback: ['libepoxy', 'libepoxy_dep']) harfbuzz_dep = dependency('harfbuzz', version: '>= 0.9', required: false, -- cgit v1.2.1