diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-09-21 23:56:46 +0100 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-09-21 21:12:05 -0500 |
commit | 869b4dc904f7c2e554113f1e93159e12e262e697 (patch) | |
tree | a61408b24488adb84ebf8a74a9a1e5a16461f986 /app-emulation/qemu/metadata.xml | |
parent | app-emulation/qemu: Update 9999 ppc64 seabios pin to 1.12.0 (diff) | |
download | gentoo-869b4dc904f7c2e554113f1e93159e12e262e697.tar.gz gentoo-869b4dc904f7c2e554113f1e93159e12e262e697.tar.bz2 gentoo-869b4dc904f7c2e554113f1e93159e12e262e697.zip |
app-emulation/qemu: Add xkb USE flag now that xkbcommon option exists
Upstream merged my patch to add this option. Use of libxkbcommon was
automagic before.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/metadata.xml')
-rw-r--r-- | app-emulation/qemu/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml index f38823b3990e..3439dfdd4e15 100644 --- a/app-emulation/qemu/metadata.xml +++ b/app-emulation/qemu/metadata.xml @@ -54,5 +54,6 @@ <flag name="xen">Enables support for Xen backends</flag> <flag name="xfs">Support xfsctl() notification and syncing for XFS backed virtual disks.</flag> + <flag name="xkb">Depend on x11-libs/libxkbcommon to build qemu-keymap tool for converting xkb keymaps</flag> </use> </pkgmetadata> |