From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOBLE-0007gO-7j for qemu-devel@nongnu.org; Thu, 13 Mar 2014 15:31:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOBL5-0000Ew-Qm for qemu-devel@nongnu.org; Thu, 13 Mar 2014 15:30:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOBL5-0000En-Jq for qemu-devel@nongnu.org; Thu, 13 Mar 2014 15:30:47 -0400 From: Cole Robinson Date: Thu, 13 Mar 2014 15:30:18 -0400 Message-Id: In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH v2 1/7] configure: Document --with-gtkabi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Gerd Hoffmann , Anthony Liguori , Cole Robinson Signed-off-by: Cole Robinson --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 8c2838e..4572bc5 100755 --- a/configure +++ b/configure @@ -1219,6 +1219,7 @@ Advanced options (experts only): --with-sdlabi select preferred SDL ABI 1.2 or 2.0 --disable-gtk disable gtk UI --enable-gtk enable gtk UI + --with-gtkabi select preferred GTK ABI 2.0 or 3.0 --disable-virtfs disable VirtFS --enable-virtfs enable VirtFS --disable-vnc disable VNC -- 1.8.5.3