guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29882] [PATCH] gnu: gtk+: Enable broadway backend.


From: Marius Bakke
Subject: [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend.
Date: Sat, 30 Dec 2017 18:11:50 +0100
User-agent: Notmuch/0.25.3 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu)

Danny Milosavljevic <address@hidden> 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.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]