mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: webkitgtk: Enable WOFF2 support.
* gnu/packages/webkit.scm (webkitgtk): [arguments]<#:configure-flags>: Remove "-DUSE_WOFF2=OFF". [inputs]: Add woff2.
This commit is contained in:
parent
37b5e79154
commit
92d0949a26
1 changed files with 2 additions and 6 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue