enable-native-sdl.conf 508 B

12345678
  1. BB_CONF_FRAGMENT_SUMMARY = "Enable SDL support for direct graphical output on the build host."
  2. BB_CONF_FRAGMENT_DESCRIPTION = "By default qemu is built with a internal VNC server \
  3. support. To see graphical output from the guest system, one can use a VNC client to \
  4. connect to it. This fragment enables Simple Directmedia Layer support, which allows \
  5. seeing the graphical output from guest directly in a X/Wayland session on the build host machine. \
  6. "
  7. PACKAGECONFIG:append:pn-qemu-system-native = " sdl"