Searched hist:"528 de90ab7133e22df7c1da4632a6dcd525e88f0" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 528de90ab7133e22df7c1da4632a6dcd525e88f0 Mon Feb 25 09:20:44 CST 2013 Daniel P. Berrange <berrange@redhat.com> 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>
|