~ruther/guix-local

150e230165901fb7e35f0e1d69bae0344f0ffe53 — Danny Milosavljevic 8 years ago 33c3a21
gnu: gtk+: Enable broadway backend.

* gnu/packages/gtk.scm (gtk+)[arguments]: Add "--enable-broadway-backend"
to #:configure-flags.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/gtk.scm
M gnu/packages/gtk.scm => gnu/packages/gtk.scm +3 -1
@@ 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 _