meson: force litest to use the right udev rules
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 27 Jun 2019 01:12:58 +0000 (11:12 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 27 Jun 2019 01:17:28 +0000 (11:17 +1000)
commitaa538dc5c8ecf91a4f56167b4b820690a48841f4
treef31ef1e73709ec445640b1dd4ad37dfdce058f4a
parent6a489b063655c9599bda90241b3253ea5cdfeeed
meson: force litest to use the right udev rules

We generate litest-specific udev rules that contain the path to the binaries
in the builddir. But litest wasn't using those, so IMPORT would run things in
/usr/lib/udev instead. Thus any changes to those binaries generated false test
results depending on how compatible the system-installed libinput was.

This is why 410b157 passed the test suite for example.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build