GNU bug report logs - #29882
[PATCH] gnu: gtk+: Enable broadway backend.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Thu, 28 Dec 2017 23:09:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Marius Bakke <mbakke <at> fastmail.com>
To: Danny Milosavljevic <dannym <at> scratchpost.org>, 29882 <at> debbugs.gnu.org
Subject: [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend.
Date: Sat, 30 Dec 2017 18:11:50 +0100
[Message part 1 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> * gnu/packages/gtk.scm (gtk+)[arguments]: Add "--enable-broadway-backend"
> to #:configure-flags.
> ---
>  gnu/packages/gtk.scm | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
> index 0424a0423..bfc298f6a 100644
> --- a/gnu/packages/gtk.scm
> +++ b/gnu/packages/gtk.scm
> @@ -712,7 +712,9 @@ application suites.")
>                                ;; by gnome-control-center
>                                "--enable-wayland-backend"
>                                ;; This is necessary to build both backends.
> -                              "--enable-x11-backend")
> +                              "--enable-x11-backend"
> +                              ;; This enables the HTML5 websocket backend.
> +                              "--enable-broadway-backend")

How much does this add to the size of GTK+?

LGTM, assuming it's not a huge difference.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 203 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.