* [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
* Re: [PATCH core-updates] gnu: gtk+: Enable broadway backend. 2017-01-25 22:48 [PATCH core-updates] gnu: gtk+: Enable broadway backend Danny Milosavljevic @ 2017-01-26 15:10 ` Marius Bakke 0 siblings, 0 replies; 2+ messages in thread From: Marius Bakke @ 2017-01-26 15:10 UTC (permalink / raw) To: Danny Milosavljevic, guix-devel [-- Attachment #1: Type: text/plain, Size: 1215 bytes --] Hi Danny, Danny Milosavljevic <dannym@scratchpost.org> writes: > * 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") Please add comments along with non-obvious configure flags. Why is this useful? It seems to be to enable running GTK applications in a browser: https://developer.gnome.org/gtk3/stable/gtk-broadway.html Is it something we want to enable by default? What are the consequences of turning on this code? > #:phases (modify-phases %standard-phases > (add-before 'configure 'pre-configure > (lambda _ [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 487 bytes --] ^ permalink raw reply [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.