diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-01 18:16:45 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-01 18:16:45 +0100 |
commit | 60fa59dcfba595feba1f17bb12fb4f44f96f7c16 (patch) | |
tree | 9af3c47da2f9840088786c1d162e210f01ef2093 /meson.build | |
parent | 0e322a1ab05d5a2bfd35a01592b6bb2303c1cd97 (diff) | |
download | fbida-60fa59dcfba595feba1f17bb12fb4f44f96f7c16.tar.gz |
libinput tweaks
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 4e4b620..c8967e3 100644 --- a/meson.build +++ b/meson.build @@ -127,7 +127,7 @@ executable('fbpdf', install : true) # build fbcon -fbcon_srcs = [ 'fbcon.c', 'drmtools.c', 'fbtools.c', 'vt.c', 'tmt.c' ] +fbcon_srcs = [ 'fbcon.c', 'drmtools.c', 'fbtools.c', 'vt.c', 'kbd.c', 'tmt.c' ] fbcon_deps = [ drm_dep, cairo_dep, util_dep, udev_dep, input_dep, xkb_dep ] executable('fbcon', |