* [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend.
@ 2017-12-28 23:08 Danny Milosavljevic
[not found] ` <handler.29882.B.151450250213334.ack@debbugs.gnu.org>
2017-12-30 17:11 ` [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend Marius Bakke
0 siblings, 2 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2017-12-28 23:08 UTC (permalink / raw)
To: 29882
* 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")
#:phases (modify-phases %standard-phases
(add-before 'configure 'pre-configure
(lambda _
^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <handler.29882.B.151450250213334.ack@debbugs.gnu.org>]
* [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend.
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-30 17:11 ` Marius Bakke
2017-12-30 17:46 ` bug#29882: " Danny Milosavljevic
1 sibling, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2017-12-30 17:11 UTC (permalink / raw)
To: Danny Milosavljevic, 29882
[-- 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 --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#29882: [PATCH] gnu: gtk+: Enable broadway backend.
2017-12-30 17:11 ` [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend Marius Bakke
@ 2017-12-30 17:46 ` Danny Milosavljevic
0 siblings, 0 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2017-12-30 17:46 UTC (permalink / raw)
To: Marius Bakke; +Cc: 29882-done
Before:
$ du -ks ...
3796 /gnu/store/3yxrhf2r889x377m6xndgprh53hw8zhy-gtk+-3.22.21-bin
25004 /gnu/store/vfmx21jirz50vr0rnp6fpd5cnbfy0mdv-gtk+-3.22.21-doc
47784 /gnu/store/yawiwhnk61f934i7fn623ghhxavcihmx-gtk+-3.22.21
Afterwards:
$ du -ks ...
3928 /gnu/store/5lnnrsfk9cpf63s5ikq45dk9rlwdhj9f-gtk+-3.22.26-bin
25016 /gnu/store/8iwr4dh8ims0sm8vw22lahgzl4ixsn9l-gtk+-3.22.26-doc
48024 /gnu/store/5vz7n1psaab58259yxmra3aa4zc1d4am-gtk+-3.22.26
Applied as 150e230165901fb7e35f0e1d69bae0344f0ffe53 to core-updates.
Thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-12-30 17:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#29882] [PATCH] gnu: gtk+: Enable broadway backend Marius Bakke
2017-12-30 17:46 ` bug#29882: " Danny Milosavljevic
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.