mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
qemu: sdl frontend needs x11
Since qemu 2.12.0 and
2ec78706d1
,
x_keymap.h has been converted from "SDL display driver" to "X11 keymaps"
So add a select on BR2_PACKAGE_SDL_X11
Fixes:
- http://autobuild.buildroot.org/results/1908d2d7de8d3aff11ed6fbb8fe4cf3eff54b5a5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
54000d187a
commit
8153ce21e7
@ -118,7 +118,9 @@ comment "Frontends"
|
|||||||
|
|
||||||
config BR2_PACKAGE_QEMU_SDL
|
config BR2_PACKAGE_QEMU_SDL
|
||||||
bool "Enable SDL frontend"
|
bool "Enable SDL frontend"
|
||||||
|
depends on BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_SDL
|
select BR2_PACKAGE_SDL
|
||||||
|
select BR2_PACKAGE_SDL_X11
|
||||||
help
|
help
|
||||||
Say 'y' to enable the SDL frontend, that is, a graphical
|
Say 'y' to enable the SDL frontend, that is, a graphical
|
||||||
window presenting the VM's display.
|
window presenting the VM's display.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user