diff options
Diffstat (limited to 'app-emulation/qemu-softmmu/metadata.xml')
-rw-r--r-- | app-emulation/qemu-softmmu/metadata.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-emulation/qemu-softmmu/metadata.xml b/app-emulation/qemu-softmmu/metadata.xml index 07a9d9719a99..7328ec82873a 100644 --- a/app-emulation/qemu-softmmu/metadata.xml +++ b/app-emulation/qemu-softmmu/metadata.xml @@ -6,7 +6,13 @@ <email>lu_zero@gentoo.org</email> </maintainer> <use> - <flag name='kqemu'>Enables the kernel acceleration module on a x86 - cpu</flag> + <flag name='kqemu'>Enables the kernel acceleration module on a x86/x86-64 cpu</flag> + <flag name='alsa'>Enable alsa output for sound emulation</flag> + <flag name='esd'>Enable esound output for sound emulation</flag> + <flag name='gnutls'>Enable TLS support for the VNC console server</flag> + <flag name='ncurses'>Enable the ncurses-based console</flag> + <flag name='pulseaudio'>Enable pulseaudio output for sound emulation</flag> + <flag name='sdl'>Enable the SDL-based console</flag> + <flag name='vde'>Enable VDE-based networking</flag> </use> </pkgmetadata> |