linuxwacom / xf86-input-wacom

X.Org driver for Wacom devices
356 stars 45 forks source link

meson.build: allow disabling the xsetwacom build #337

Closed whot closed 5 months ago

whot commented 6 months ago

xsetwacom pulls in the xorgproto and Xlib dependencies, so let's make this optional for the (niche) case of where we really only want the driver built.

Since this is a rather niche case let's make it a boolean true/false option instead of a feature with "auto".


Currently working on an Xserver CI pipeline that also builds the drivers to make sure we don't fail that so keeping this on in draft until we have that in place.

See https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1318