All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] build-sys: remove baum SDL CFLAGS
@ 2019-02-15 11:52 Marc-André Lureau
  2019-02-15 20:20 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 2+ messages in thread
From: Marc-André Lureau @ 2019-02-15 11:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau, Paolo Bonzini

SDL dependency was removed in commit
f29b3431f6294168e5f8fc63edb91c15c6a08e41.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 chardev/Makefile.objs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/chardev/Makefile.objs b/chardev/Makefile.objs
index d68e1347f9..7749bc0ec2 100644
--- a/chardev/Makefile.objs
+++ b/chardev/Makefile.objs
@@ -19,7 +19,6 @@ chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o
 
 common-obj-y += msmouse.o wctablet.o testdev.o
 common-obj-$(CONFIG_BRLAPI) += baum.o
-baum.o-cflags := $(SDL_CFLAGS)
 baum.o-libs := $(BRLAPI_LIBS)
 
 common-obj-$(CONFIG_SPICE) += spice.o
-- 
2.21.0.rc1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] build-sys: remove baum SDL CFLAGS
  2019-02-15 11:52 [Qemu-devel] [PATCH] build-sys: remove baum SDL CFLAGS Marc-André Lureau
@ 2019-02-15 20:20 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-02-15 20:20 UTC (permalink / raw)
  To: Marc-André Lureau, qemu-devel; +Cc: Paolo Bonzini

On 2/15/19 12:52 PM, Marc-André Lureau wrote:
> SDL dependency was removed in commit
> f29b3431f6294168e5f8fc63edb91c15c6a08e41.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> ---
>  chardev/Makefile.objs | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/chardev/Makefile.objs b/chardev/Makefile.objs
> index d68e1347f9..7749bc0ec2 100644
> --- a/chardev/Makefile.objs
> +++ b/chardev/Makefile.objs
> @@ -19,7 +19,6 @@ chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o
>  
>  common-obj-y += msmouse.o wctablet.o testdev.o
>  common-obj-$(CONFIG_BRLAPI) += baum.o
> -baum.o-cflags := $(SDL_CFLAGS)
>  baum.o-libs := $(BRLAPI_LIBS)
>  
>  common-obj-$(CONFIG_SPICE) += spice.o
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-15 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15 11:52 [Qemu-devel] [PATCH] build-sys: remove baum SDL CFLAGS Marc-André Lureau
2019-02-15 20:20 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.