Re: [PATCH] meson: remove linkage of sdl to baum

2020-09-03 Thread Paolo Bonzini
On 03/09/20 17:29, Bruce Rogers wrote: > Ever since commit 537fe2d63f744e7c96ff45b60d09486a81958e06 there > has been a 'linkage' to sdl for compiling baum.c. Originally it > had to do with including sdl cflags for any file including sdl > headers. There is no longer any such need for baum.c, but th

Re: [PATCH] meson: remove linkage of sdl to baum

2020-09-03 Thread Marc-André Lureau
Hi On Thu, Sep 3, 2020 at 7:33 PM Bruce Rogers wrote: > Ever since commit 537fe2d63f744e7c96ff45b60d09486a81958e06 there > has been a 'linkage' to sdl for compiling baum.c. Originally it > had to do with including sdl cflags for any file including sdl > headers. There is no longer any such need

[PATCH] meson: remove linkage of sdl to baum

2020-09-03 Thread Bruce Rogers
Ever since commit 537fe2d63f744e7c96ff45b60d09486a81958e06 there has been a 'linkage' to sdl for compiling baum.c. Originally it had to do with including sdl cflags for any file including sdl headers. There is no longer any such need for baum.c, but the association has persisted in the make system,