| Summary: |
[PATCH] fix tests build on non-Linux OSes |
| Product: |
libxkbcommon
|
Reporter: |
Pino Toscano <toscano.pino> |
| Component: |
General | Assignee: |
Daniel Stone <daniel> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Ran Benita <ran234> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
Remove <linux/input.h> include from test/x11comp.c
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 105828 [details] Remove <linux/input.h> include from test/x11comp.c libxkbcommon 0.4.3 introduces a new test, x11comp, which does not build on non-Linux OSes because of the unconditional <linux/input.h> include. This seems not needed even on Linux, so attached there is a simple patch to remove it.