summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-12-17 20:50:16 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-12-17 20:50:16 +0000
commit2da8d9b0acf174716cc1349d34e95fa91b0b0365 (patch)
tree4ec10790653dff64a321a11873471ca48936f368
parenta5365ec8cbf95ec72f005a78d00eb82363e99d2d (diff)
downloadgtk+-2da8d9b0acf174716cc1349d34e95fa91b0b0365.tar.gz
Do not build gdk-pixbuf's man pageebassi/docs-for-master
When using it as a sub-project. We don't really need them.
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
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,