]> git.proxmox.com Git - mirror_qemu.git/commit - configure
Add support for enabling build with GTK3
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Feb 2013 15:20:44 +0000 (15:20 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Feb 2013 19:29:54 +0000 (13:29 -0600)
commit528de90ab7133e22df7c1da4632a6dcd525e88f0
tree5b83613d13eac7dd5187bf99dbd6ae54de67c314
parent0d20664018a401120af28ff80ac8d22fbc887956
Add support for enabling build with GTK3

Add a arg to configure to switch from GTK2 (default) to
GTK3 (optional) build for QEMU.

  ./configure --with-gtkabi=3.0

will choose GTK3, while

  ./configure --with-gtkabi=2.0

will choose GTK2 (and remains the current default)

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1361805646-6425-12-git-send-email-berrange@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure