From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLAHB-0005rX-EI for qemu-devel@nongnu.org; Thu, 07 Jul 2016 10:27:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLAH7-0002L3-DS for qemu-devel@nongnu.org; Thu, 07 Jul 2016 10:27:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLAH7-0002Kk-8O for qemu-devel@nongnu.org; Thu, 07 Jul 2016 10:27:33 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 687D580F92 for ; Thu, 7 Jul 2016 14:27:32 +0000 (UTC) Message-ID: <1467901650.6647.7.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 07 Jul 2016 16:27:30 +0200 In-Reply-To: <20160707092931.GH31666@redhat.com> References: <1467876887-2259-1-git-send-email-kraxel@redhat.com> <20160707092931.GH31666@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [RfC PATCH] gtk: prefer version 3.x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org Hi, > I'd further suggest that you might want to explicitly say that GTK-2.0 > support is deprecated, and set a date for its removal, as its days are > clearly numbered, and it'd let us take advantage of more advanced GTK > 3.0 features without piling on yet more #ifdefs. Good idea. > Perhaps print a warning in configure to say GTK-2.0 will be removed in > the first release of 2018, if people use --with-gtkabi=3D2.0 I guess a warning is easily overlooked. New RfC patch follows in a moment ... cheers, Gerd