Created attachment 132425 [details] [review] Allow building without libwacom Using meson -Dlibwacom=false doesn't work because the later referenced dep_libwacom is not defined. Trivial fix is to just init a dummy in that case, e.g. dep_libwacom = declare_dependency() or dep_libwacom = []
fixed, thanks! commit c6e0c96e74ce5c54b707d6f4a361620fd179f2aa Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Wed Jul 5 09:30:59 2017 +1000 meson: fix build with --libwacom=false
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.