meson: remove linkage of sdl to baum
commitfd6c986d90832e0ff5bfcf338bc54da21b7e27d6
authorBruce Rogers <brogers@suse.com>
Thu, 3 Sep 2020 15:29:33 +0000 (3 09:29 -0600)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Sep 2020 09:43:16 +0000 (8 11:43 +0200)
tree948b4cdc70c3e730f1e7f6f8346dc53214ff459f
parent604f3e4e90c011a6b94fdc1d13700f3ec2375f2a
meson: remove linkage of sdl to baum

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, and with the switch
to meson it has now become a hard requirement, which now causes
chardev-baum.so to not be produced if sdl is not configured.
Remove this bogus linkage.

Signed-off-by: Bruce Rogers <brogers@suse.com>
Message-Id: <20200903152933.97838-1-brogers@suse.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
chardev/meson.build