Hi, I did a check now to amd64 build log (
https://buildd.debian.org/status/fetch.php?pkg=cinnamon-settings-daemon&arch=amd64&ver=3.8.4-2&stamp=1536055845&raw=0
) and seems that configure set that not have its support even if
wacom build-deps are present:
From debian/control:
I checked configure.ac:
From a fast look seems xorg-wacom missed, was removed by this commit:PKG_CHECK_MODULES(WACOM, [libwacom >= $LIBWACOM_REQUIRED_VERSION x11 xi xtst gudev-1.0 cinnamon-desktop xorg-wacom librsvg-2.0 >= $LIBRSVG_REQUIRED_VERSION gtk+-3.0 >= 3.8.0], [build_wacom="true" AC_DEFINE(HAVE_WACOM, 1, [Define if wacom is being build])], [build_wacom="false"]) @Maxy: why you wrote in description that wacom plugin is
unbuildable? archs where package is missed was already excluded by
the build-dep you removed |