From: Marius Bakke <mbakke@fastmail.com>
To: Danny Milosavljevic <dannym@scratchpost.org>, 29882@debbugs.gnu.org
Subject: [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend.
Date: Sat, 30 Dec 2017 18:11:50 +0100 [thread overview]
Message-ID: <87shbsb0o9.fsf@fastmail.com> (raw)
In-Reply-To: <20171228230804.5854-1-dannym@scratchpost.org>
[-- Attachment #1: Type: text/plain, Size: 982 bytes --]
Danny Milosavljevic <dannym@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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2017-12-30 17:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-28 23:08 [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend Danny Milosavljevic
[not found] ` <handler.29882.B.151450250213334.ack@debbugs.gnu.org>
2017-12-28 23:25 ` [bug#29882] Acknowledgement ([PATCH] gnu: gtk+: Enable broadway backend.) Danny Milosavljevic
2017-12-30 17:11 ` Marius Bakke [this message]
2017-12-30 17:46 ` bug#29882: [PATCH] gnu: gtk+: Enable broadway backend Danny Milosavljevic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87shbsb0o9.fsf@fastmail.com \
--to=mbakke@fastmail.com \
--cc=29882@debbugs.gnu.org \
--cc=dannym@scratchpost.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.