aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index 37c2fcd..b40010c 100644
--- a/fbi.c
+++ b/fbi.c
@@ -1358,7 +1358,8 @@ int main(int argc, char *argv[])
extents = shadow_font_init(fontname);
kbd_init(use_libinput, gfx->devnum);
- if (use_libinput && libinput_deverror != 0) {
+ if (use_libinput && (libinput_deverror != 0 ||
+ libinput_devcount == 0)) {
fprintf(stderr, "ERROR: failed to open input devices (%d ok, %d failed)\n",
libinput_devcount, libinput_deverror);
cleanup_and_exit(0);