[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 5/9] configure: Fix spelling of sdl-image in --help
From: |
Laurent Vivier |
Subject: |
[Qemu-devel] [PULL 5/9] configure: Fix spelling of sdl-image in --help |
Date: |
Wed, 22 May 2019 18:07:19 +0200 |
From: Markus Armbruster <address@hidden>
Fixes: a442fe2f2b2f20e7be0934277e9400b844b11999
Cc: address@hidden
Signed-off-by: Markus Armbruster <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index d2fc3463022e..cef51b2a0b7d 100755
--- a/configure
+++ b/configure
@@ -1745,7 +1745,7 @@ disabled with --disable-FEATURE, default is enabled if
available:
gcrypt libgcrypt cryptography support
auth-pam PAM access control
sdl SDL UI
- sdl_image SDL Image support for icons
+ sdl-image SDL Image support for icons
gtk gtk UI
vte vte support for the gtk UI
curses curses UI
--
2.20.1
- [Qemu-devel] [PULL 0/9] Trivial branch patches, Laurent Vivier, 2019/05/22
- [Qemu-devel] [PULL 4/9] migration: Fix typo in migrate_add_blocker() error message, Laurent Vivier, 2019/05/22
- [Qemu-devel] [PULL 2/9] roms: Correct the EDK2_BASETOOLS_OPTFLAGS variable description, Laurent Vivier, 2019/05/22
- [Qemu-devel] [PULL 5/9] configure: Fix spelling of sdl-image in --help,
Laurent Vivier <=
- [Qemu-devel] [PULL 3/9] roms: List and describe the Makefile 'clean' rule, Laurent Vivier, 2019/05/22
- [Qemu-devel] [PULL 6/9] vfio: pci: make "vfio-pci-nohotplug" as MACRO, Laurent Vivier, 2019/05/22
- [Qemu-devel] [PULL 8/9] vfio: platform: fix a typo, Laurent Vivier, 2019/05/22
- [Qemu-devel] [PULL 1/9] hw/virtio/virtio-mmio: Convert DPRINTF to trace and log, Laurent Vivier, 2019/05/22
- [Qemu-devel] [PULL 9/9] pci: msix: move 'MSIX_CAP_LENGTH' to header file, Laurent Vivier, 2019/05/22
- [Qemu-devel] [PULL 7/9] hw: vfio: drop TYPE_FOO MACRO in VMStateDescription, Laurent Vivier, 2019/05/22
- Re: [Qemu-devel] [PULL 0/9] Trivial branch patches, Peter Maydell, 2019/05/23