From 135c11a9e5ff2244cb215ab14798769d859ec998 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 27 Mar 2019 11:50:56 +0100 Subject: [wip] logind console switching --- meson.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 7da73ba..e8239de 100644 --- a/meson.build +++ b/meson.build @@ -151,6 +151,11 @@ executable('kbdtest', sources : [ 'kbdtest.c', 'kbd.c' ], dependencies : [ udev_dep, input_dep, systemd_dep ] ) +# build vttest +executable('vttest', + sources : [ 'vttest.c', 'kbd.c', 'logind.c' ], + dependencies : [ udev_dep, input_dep, systemd_dep ] ) + # build ida mkfallback = find_program('scripts/fallback.pl') hexify = find_program('scripts/hexify.sh') -- cgit