Home
last modified time | relevance | path

Searched hist:ff69fd8c (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigureff69fd8c Thu Oct 19 14:16:06 CDT 2017 Laurent Vivier <laurent@vivier.eu> configure: disable qemu-keymap for linux-user qemu

We don't need qemu-keymap when we build only linux-user qemu.

When we compile in static mode, the libxkbcommon is detected
by configure if the shared one is available, but cannot
be linked if the static version is not available.

As we don't need it for qemu-linux-user, and we generally need
a static link to use it in a chroot, disable qemu-keymap in
this case.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-id: 20171019191606.14129-1-laurent@vivier.eu
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>