GNOME Bugzilla – Bug 794872
meson: Fix no-X11 documentation build
Last modified: 2018-04-25 15:37:36 UTC
When building with -Ddocs=true -Dx11=false, the configure phase fails with: docs/reference/gdk-pixbuf/meson.build:30:8: ERROR: Unknown variable "gdkpixbuf_xlib_inc" It was introduced in commit 204082e6a7a404ec7372d78ef7a7890ada595154, where the meson.build file setting this variable was called conditionally.
Created attachment 370407 [details] [review] Patch to declare the variable as a no-op for no-X11 builds
Review of attachment 370407 [details] [review]: :thumbsup:
Pushed to master