From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH] gnu: xfce4-taskmanager: Build with GTK+ 3 support. Date: Tue, 26 Apr 2016 22:12:01 +0800 Message-ID: <87bn4wa28e.fsf@member.fsf.org> References: <20160426000324.4eb1c051@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av3k3-0002SQ-HO for guix-devel@gnu.org; Tue, 26 Apr 2016 10:13:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1av3jz-0001Td-H8 for guix-devel@gnu.org; Tue, 26 Apr 2016 10:13:31 -0400 Received: from smtp25.openmailbox.org ([62.4.1.59]:56257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av3jz-0001TP-B1 for guix-devel@gnu.org; Tue, 26 Apr 2016 10:13:27 -0400 In-Reply-To: <20160426000324.4eb1c051@openmailbox.org> (Kei Yamashita's message of "Tue, 26 Apr 2016 00:03:24 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Kei Yamashita Cc: guix-devel@gnu.org Kei Yamashita writes: > This is a useful addition now that I know libwnck was stopping me from > building the GTK+ 3 version of this tool! Well, with gtk+-3, the libwnck-2 and gtk+-2 will not be used (not in the closure), so I'd like leave only gtk+ in inputs, but it seems gtk+-2 is required by the configure script even it's not needed. Maybe we should report it to upstream, but I think gtk+-2 version is enough for us :-) Thanks!