unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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

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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).