colord fails to configure when --enable-sane and --disable-examples are passed. It gives the following output: configure: error: --enable-sane was specified and SANE requires dbus support, not found I think the problem is that PKG_CHECK_MODULES(DBUS, dbus-1, have_dbus=yes, have_dbus=no) is only executed when the examples are enabled.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.