Fix the include path for wacom-properties.h
That header file is installed in $prefix/include/xorg and exported by the wacom driver's pkgconfig file. And that exported include path is the full one including the xorg/ bit, so we must include it directly. And add the dependency to meson. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>