diff mbox series

build-sys: remove baum SDL CFLAGS

Message ID 20190215115239.3159-1-marcandre.lureau@redhat.com (mailing list archive)
State New, archived
Headers show
Series build-sys: remove baum SDL CFLAGS | expand

Commit Message

Marc-André Lureau Feb. 15, 2019, 11:52 a.m. UTC
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(-)

Comments

Philippe Mathieu-Daudé Feb. 15, 2019, 8:20 p.m. UTC | #1
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
>
diff mbox series

Patch

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