summaryrefslogtreecommitdiff
path: root/src/uterm_vt.c
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-09-18 12:25:12 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-09-18 12:29:06 +0200
commit69259c8d6493f543b0f64dfe97b971c4042c9596 (patch)
tree9f647ffd853bb13108ff98947b36613497bacf25 /src/uterm_vt.c
parentc15604b6b733b6723992c72f3377ee4117e3fc6c (diff)
build: make xkbcommon built-time dependency
We really need xkbcommon-keysyms.h for building kmscon/uterm/TSM/etc. However, the recent fix was ugly and didn't really help. Instead we copy the keysyms file into external/xkbcommon/ so we can just include the real xkbcommon files from any source but have a fallback in external/. Hence, you can still build kmscon without xkbcommon with this fallback, but this will be removed the first day when xkbcommon sees a public release. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'src/uterm_vt.c')
-rw-r--r--src/uterm_vt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uterm_vt.c b/src/uterm_vt.c
index 27947f0..6708e39 100644
--- a/src/uterm_vt.c
+++ b/src/uterm_vt.c
@@ -40,6 +40,7 @@
#include <sys/signalfd.h>
#include <termios.h>
#include <unistd.h>
+#include <xkbcommon/xkbcommon-keysyms.h>
#include "eloop.h"
#include "log.h"
#include "shl_dlist.h"