[Qemu-devel] [PATCH] configure: Fix spelling of sdl-image in --help

Markus Armbruster posted 1 patch 6 years, 5 months ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190517183246.11933-1-armbru@redhat.com
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] configure: Fix spelling of sdl-image in --help
Posted by Markus Armbruster 6 years, 5 months ago
Fixes: a442fe2f2b2f20e7be0934277e9400b844b11999
Cc: qemu-trivial@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index d2fc346302..cef51b2a0b 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.17.2


Re: [Qemu-devel] [PATCH] configure: Fix spelling of sdl-image in --help
Posted by Thomas Huth 6 years, 5 months ago
On 17/05/2019 20.32, Markus Armbruster wrote:
> Fixes: a442fe2f2b2f20e7be0934277e9400b844b11999
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index d2fc346302..cef51b2a0b 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
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>

Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: Fix spelling of sdl-image in --help
Posted by Laurent Vivier 6 years, 5 months ago
On 17/05/2019 20:32, Markus Armbruster wrote:
> Fixes: a442fe2f2b2f20e7be0934277e9400b844b11999
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   configure | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index d2fc346302..cef51b2a0b 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
> 

Applied to my trivial-patches branch.

Thanks,
Laurent