From 992a30f0a0ca854a12cf1a45e3b99a4a597bb5ac Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 1 Apr 2019 08:29:44 +1000 Subject: [PATCH] meson.build: add the toshiba quirks file to the file list Was added to git in c741a42aec91e6882c83f225c3061cf158fb9c82 but not added to meson's file list. Signed-off-by: Peter Hutterer (cherry picked from commit 1b1a9f636f25ba87e3d872eb9c551dc69726b6f4) --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index feb42e7d..7294f533 100644 --- a/meson.build +++ b/meson.build @@ -271,6 +271,7 @@ quirks_data = [ 'quirks/50-system-hp.quirks', 'quirks/50-system-lenovo.quirks', 'quirks/50-system-system76.quirks', + 'quirks/50-system-toshiba.quirks', ] config_h.set_quoted('LIBINPUT_QUIRKS_FILES', ':'.join(quirks_data))