Do not build gdk-pixbuf's man page

When using it as a sub-project. We don't really need them.
This commit is contained in:
Emmanuele Bassi 2020-12-17 20:50:16 +00:00
parent a5365ec8cb
commit 2da8d9b0ac

View File

@ -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,