guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: webkitgtk: Enable WOFF2 support.


From: guix-commits
Subject: 02/02: gnu: webkitgtk: Enable WOFF2 support.
Date: Sun, 14 Mar 2021 00:09:58 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit 92d0949a268fe8479af5851d5bb3733e207a5c81
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Sun Mar 14 06:07:10 2021 +0100

    gnu: webkitgtk: Enable WOFF2 support.
    
    * gnu/packages/webkit.scm (webkitgtk):
    [arguments]<#:configure-flags>: Remove "-DUSE_WOFF2=OFF".
    [inputs]: Add woff2.
---
 gnu/packages/webkit.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 9ce5fe4..bda05cc 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -256,12 +256,7 @@ acceleration in mind, leveraging common 3D graphics APIs 
for best performance.")
                           ;; included.  More investigation is needed.  For
                           ;; now, we explicitly disable it to prevent an error
                           ;; at configuration time.
-                          "-DUSE_GSTREAMER_GL=OFF"
-
-                          ;; XXX Disable WOFF2 ‘web fonts’.  These were never
-                          ;; supported in our previous builds.  Enabling them
-                          ;; requires building libwoff2 and possibly woff2dec.
-                          "-DUSE_WOFF2=OFF")
+                          "-DUSE_GSTREAMER_GL=OFF")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'configure-bubblewrap-store-directory
@@ -338,6 +333,7 @@ acceleration in mind, leveraging common 3D graphics APIs 
for best performance.")
        ("mesa" ,mesa)
        ("openjpeg" ,openjpeg)
        ("sqlite" ,sqlite)
+       ("woff2" ,woff2)
        ("wpebackend-fdo" ,wpebackend-fdo)
        ("xdg-dbus-proxy" ,xdg-dbus-proxy)))
     (home-page "https://www.webkitgtk.org/";)



reply via email to

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