mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 22:50:05 +01:00
meson: add missing trailing slash to udev test path
Otherwise the absolute path to our test binary is invalid Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
211bed2c25
commit
c68d8531fb
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ configure_file(input : 'udev/90-libinput-model-quirks.rules.in',
|
|||
configuration : udev_rules_config)
|
||||
|
||||
litest_udev_rules_config = configuration_data()
|
||||
litest_udev_rules_config.set('UDEV_TEST_PATH', meson.build_root())
|
||||
litest_udev_rules_config.set('UDEV_TEST_PATH', meson.build_root() + '/')
|
||||
litest_groups_rules_file = configure_file(input : 'udev/80-libinput-device-groups.rules.in',
|
||||
output : '80-libinput-device-groups-litest.rules',
|
||||
install : false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue