build: Require setxkbmap in tests/keyboard

It's used directly in tests/keyboard/test-keyboard-shortcuts.c
This commit is contained in:
Jordan Petridis 2023-08-25 04:15:09 +03:00 committed by Felipe Borges
parent 5436dc024f
commit c3f4974bdf

View file

@ -1,3 +1,5 @@
find_program('setxkbmap')
test_units = [
'test-keyboard-shortcuts'
]