Files
xserver/hw/xfree86/drivers/input/meson.build
Enrico Weigelt, metux IT consult aca6872193 xfree86: drivers: move inputtest into input subdir
In preparation of potentially more drivers being move in-tree,
put the input drivers into `input` subdirectory.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-07-23 17:54:22 +02:00

4 lines
68 B
Meson

if get_option('xf86-input-inputtest')
subdir('inputtest')
endif