From 92d0949a268fe8479af5851d5bb3733e207a5c81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?L=C3=A9o=20Le=20Bouter?= Date: Sun, 14 Mar 2021 06:07:10 +0100 Subject: [PATCH] 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 9ce5fe4715..bda05cc715 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/") -- 2.20.1