xpack-dev-tools / qemu

A fork of the QEMU project, used to build the xPack QEMU ARM
Other
34 stars 16 forks source link

Make SDL optional #22

Closed vit9696 closed 2 years ago

vit9696 commented 2 years ago

Do not require SDL to build qemu. At the cost of disabling the visual interface (leds, buttons, and such) this allows building QEMU on platforms without SDL dependency and using interfaces like serial.

ilg-ul commented 2 years ago

Well, it doesn't look that bad. Is it final? Does it compile on your machine?

vit9696 commented 2 years ago

Yes. It did compile on Ubuntu 18.04 without SDL at least.