diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 12:43:39 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 12:43:39 +0100 |
commit | 920879c30814c1460ef6d0ea4004bcbfaf8efd9f (patch) | |
tree | e09618f89758756936a8ad3d5724f7625e81ff1a /meson.build | |
parent | 976759719b02bd7b34e9b43d202ea6fd0e24dcde (diff) | |
download | fbida-920879c30814c1460ef6d0ea4004bcbfaf8efd9f.tar.gz |
fbdev support, console switching
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 0586ec2..f287b77 100644 --- a/meson.build +++ b/meson.build @@ -130,7 +130,7 @@ executable('fbpdf', install : true) # build fbcon -fbcon_srcs = [ 'fbcon.c', 'drmtools.c', 'tmt.c' ] +fbcon_srcs = [ 'fbcon.c', 'drmtools.c', 'fbtools.c', 'vt.c', 'tmt.c' ] fbcon_deps = [ drm_dep, cairo_dep, util_dep, udev_dep, input_dep, xkb_dep ] executable('fbcon', |