qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] a30878: configure: Don't permit SDL or GTK on


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] a30878: configure: Don't permit SDL or GTK on OSX
Date: Wed, 19 Aug 2015 12:30:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: a30878e708c2149ce07d709a8b62edd944628449
      
https://github.com/qemu/qemu/commit/a30878e708c2149ce07d709a8b62edd944628449
  Author: Peter Maydell <address@hidden>
  Date:   2015-08-19 (Wed, 19 Aug 2015)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Don't permit SDL or GTK on OSX

The cocoa GUI frontend assumes it is the only GUI (it redefines
main() so it always gets control before the rest of QEMU), so
it does not play well with other UIs like SDL or GTK. (Mostly
people building QEMU on OSX don't have the necessary dependencies
available for configure to build those other front ends, so
mostly this problem goes unnoticed.)

Make configure automatically disable the SDL and GTK front ends
if the cocoa front end is enabled. (We were sort of attempting
to do this for SDL before, but not in a way that worked very well.)

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Daniel P. Berrange <address@hidden>
Reviewed-by: John Arbuckle <address@hidden>
Message-id: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]