[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#760624: libxkbcommon: FTBFS on !linux archs



Source: libxkbcommon
Version: 0.4.3-1
Severity: serious
Tags: patch
Justification: fails to build from source
Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=83551

Hi,

libxkbcommon 0.4.3-1 fails to build on non-Linux architectures,
because of an unconditional <linux/input.h> include.

I just reported (with a patch) the issue upstream, see [1].

[1] https://bugs.freedesktop.org/show_bug.cgi?id=83551

Thanks,
-- 
Pino
--- a/test/x11comp.c
+++ b/test/x11comp.c
@@ -28,7 +28,6 @@
 #include <signal.h>
 #include <sys/types.h>
 #include <sys/wait.h>
-#include <linux/input.h>
 
 #include "test.h"
 #include "xkbcommon/xkbcommon-x11.h"

Reply to: