From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Qtwebengine Date: Mon, 27 Jul 2015 10:31:28 +0200 Message-ID: <20150727083128.GA5271@debian> 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: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJdou-0007Or-Ch for guix-devel@gnu.org; Mon, 27 Jul 2015 04:31:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJdoq-0002CS-Fb for guix-devel@gnu.org; Mon, 27 Jul 2015 04:31:36 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:50583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJdoq-0002B3-4w for guix-devel@gnu.org; Mon, 27 Jul 2015 04:31:32 -0400 Content-Disposition: inline In-Reply-To: <87egjvexuy.fsf@gmail.com> 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 On Sun, Jul 26, 2015 at 11:34:45PM +0800, 宋文武 wrote: > You could remove or comment out ninja too, it's used to build webengine. Thanks for the suggestion, I did and pushed. > The below are for qt-4? Yes. I added harfbuzz as an input to qt 5, and took it out again for qt-4. On Sun, Jul 26, 2015 at 05:07:18PM -0400, Mark H Weaver wrote: > 宋文武 writes: > > +1 for remove qtwebengine. Done and pushed, only for qt 5. I tried the flag "-skip qtwebengine" for qt-4, and it was not recognised. Apparently this modularisation appears only in qt 5. On Sun, Jul 26, 2015 at 11:34:45PM +0800, 宋文武 wrote: > (I tried to split Qt into submodules, but it seems to require a lot of > effort which I couldn't give now :-( ) I looked into the "submodules" directory on the download server, and also tried to search a bit the documentation, but did not quite understand whether it was possible to build the different qt libraries separately. My impression was that it was not possible. To me, it looks as if these different modules first need to be unpacked in a common place and then be compiled all together. The same could then be reached by configuring with "-skip this -skip that", except that one would not need to download the modules that will not be compiled. Andreas