all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH core-updates] gnu: gtk+: Enable broadway backend.
@ 2017-01-25 22:48 Danny Milosavljevic
  2017-01-26 15:10 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2017-01-25 22:48 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/gtk.scm (gtk+)[arguments]: Modify configure-flags.
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index a506949ab..9498ce780 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -695,7 +695,8 @@ application suites.")
       ;; to "doc".
       #:configure-flags (list (string-append "--with-html-dir="
                                              (assoc-ref %outputs "doc")
-                                             "/share/gtk-doc/html"))
+                                             "/share/gtk-doc/html")
+                              "--enable-broadway-backend")
       #:phases (modify-phases %standard-phases
         (add-before 'configure 'pre-configure
           (lambda _

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-26 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-25 22:48 [PATCH core-updates] gnu: gtk+: Enable broadway backend Danny Milosavljevic
2017-01-26 15:10 ` Marius Bakke

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.