guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

355/401: gnu: wpebackend-fdo: Include glib-or-gtk phases.


From: guix-commits
Subject: 355/401: gnu: wpebackend-fdo: Include glib-or-gtk phases.
Date: Tue, 18 Aug 2020 16:22:19 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 6701c7cc2729e8145ff8c92e0513815a3cd5504e
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 01:49:01 2020 -0400

    gnu: wpebackend-fdo: Include glib-or-gtk phases.
    
    * gnu/packages/webkit.scm (wpebackend-fdo) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/webkit.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 3e5f5e2..0725363 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -106,7 +106,8 @@ the WPE-flavored port of WebKit.")
         (base32 "1jdi43gciqjgvhnqxs160f3hmp1hkqhrllb0hhmldyxc4wryw3kl"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f))                    ;no tests
+     `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+       #:tests? #f))                    ;no tests
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]