From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Qtwebengine Date: Sun, 26 Jul 2015 17:07:18 -0400 Message-ID: <878ua2vda1.fsf@netris.org> References: <20150726095545.GA29093@debian> <20150726110200.GA7976@debian> <87egjvexuy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJT8s-0003VB-If for guix-devel@gnu.org; Sun, 26 Jul 2015 17:07:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJT8p-0004tf-BO for guix-devel@gnu.org; Sun, 26 Jul 2015 17:07:30 -0400 Received: from world.peace.net ([50.252.239.5]:60813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJT8p-0004sk-7j for guix-devel@gnu.org; Sun, 26 Jul 2015 17:07:27 -0400 In-Reply-To: <87egjvexuy.fsf@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Sun, 26 Jul 2015 23:34:45 +0800") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > +1 for remove qtwebengine. Agreed. > (I tried to split Qt into submodules, but it seems to require a lot of > effort which I couldn't give now :-( ) On that subject: I vaguely recall you saying that the system 'pcre' couldn't be used by Qt before because it wasn't built with --enable-pcre16. I added that feature to 'pcre' in the last core-updates cycle, in commit 16f71908308106d098fa44104e177e328c593359. Mark