From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH core-updates] gnu: gtk+: Enable broadway backend. Date: Thu, 26 Jan 2017 16:10:08 +0100 Message-ID: <87mved5033.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20170125224833.18669-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWlgn-0006vk-5h for guix-devel@gnu.org; Thu, 26 Jan 2017 10:10:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWlgi-000556-8l for guix-devel@gnu.org; Thu, 26 Jan 2017 10:10:17 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40283) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cWlgi-00053h-2S for guix-devel@gnu.org; Thu, 26 Jan 2017 10:10:12 -0500 In-Reply-To: <20170125224833.18669-1-dannym@scratchpost.org> 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: Danny Milosavljevic , guix-devel@gnu.org --=-=-= Content-Type: text/plain Hi Danny, Danny Milosavljevic writes: > * gnu/packages/gtk.scm (gtk+)[arguments]: Modify configure-flags. > --- > gnu/packages/gtk.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm > index a506949ab..9498ce780 100644 > --- a/gnu/packages/gtk.scm > +++ b/gnu/packages/gtk.scm > @@ -695,7 +695,8 @@ application suites.") > ;; to "doc". > #:configure-flags (list (string-append "--with-html-dir=" > (assoc-ref %outputs "doc") > - "/share/gtk-doc/html")) > + "/share/gtk-doc/html") > + "--enable-broadway-backend") Please add comments along with non-obvious configure flags. Why is this useful? It seems to be to enable running GTK applications in a browser: https://developer.gnome.org/gtk3/stable/gtk-broadway.html Is it something we want to enable by default? What are the consequences of turning on this code? > #:phases (modify-phases %standard-phases > (add-before 'configure 'pre-configure > (lambda _ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAliKEVAACgkQoqBt8qM6 VPpEAgf/eaQgo2YikO88BguFhAha36fV6p18beo0MmcJaDsrEbgzxrwZWN9ceZ75 erixU9sblqW1BV7myFxFii6LysUFIRbn1qV920/+UvhwfIf4DXvBIsbijDWp42Fs Y90AZ6K52nZpd7u1G7/WCMuw3LqLwxzBVmORMWiJgrLg7keMnDVrXgziA0Hj1IFl TQGL6teeSb+jhEOpYGnF8OGnxJ9kTD5vVpLHDUIqbajiyrYcllD6oJoKkzGk45n4 IHbdHKDt3IhEfafkl/OVYTRhZNOboGfqtT8e+ZU0gcYU7euILiW93ekkwqGvueNA fPB10WW1lhYvpTBbSbCQQTHC4oynSQ== =BWEw -----END PGP SIGNATURE----- --=-=-=--