mcst-linux-kernel/patches-2024.06.26/fbkeyboard-1.0/0001-changed-path-to-font.p...

25 lines
708 B
Diff

From 4a8b83cfdf0f68b750f35918336715df1b0a226d Mon Sep 17 00:00:00 2001
Date: Wed, 14 Nov 2018 15:59:30 +0300
Subject: [PATCH] changed path to font
---
fbkeyboard.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fbkeyboard.c b/fbkeyboard.c
index c5c5038..fb9aae0 100644
--- a/fbkeyboard.c
+++ b/fbkeyboard.c
@@ -28,7 +28,7 @@ Copyright 2017 Julian Winkler <julia.winkler1@web.de>
#include <ft2build.h>
#include FT_FREETYPE_H
-char *font = "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf";
+char *font = "/usr/share/fonts/dejavu/DejaVuSans.ttf";
char *device = NULL;
char *layout[] = {"qwertyuiopasdfghjklzxcvbnm/.",
"QWERTYUIOPASDFGHJKLZXCVBNM?>",
--
2.16.4