meson.build: add the toshiba quirks file to the file list

Was added to git in c741a42aec but not added to
meson's file list.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 1b1a9f636f)
This commit is contained in:
Peter Hutterer 2019-04-01 08:29:44 +10:00
parent cfa64f4912
commit 992a30f0a0

View file

@ -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))