From 5a041de7a6a720d78fd877d5ffd31e6b7e413a77 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 22 Mar 2019 11:49:41 +1000 Subject: [PATCH] test: drop remnants of the test device udev rules Removed with 27188228fdef10707c61f822db57bf0d3d568682 but we still had the meson define being set. Signed-off-by: Peter Hutterer --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 51420ea4..becb2d87 100644 --- a/meson.build +++ b/meson.build @@ -776,8 +776,6 @@ if get_option('tests') ] litest_config_h = configuration_data() - litest_config_h.set_quoted('LIBINPUT_TEST_DEVICE_RULES_FILE', - join_paths(meson.build_root(), '80-libinput-test-device.rules')) litest_config_h.set_quoted('LIBINPUT_DEVICE_GROUPS_RULES_FILE', join_paths(meson.build_root(), '80-libinput-device-groups.rules')) litest_config_h.set_quoted('LIBINPUT_MODEL_QUIRKS_UDEV_RULES_FILE',