webkit2gtk: disable woff2

This commit is contained in:
Enno Boland 2018-03-20 00:26:01 +01:00
parent a9db52d4b6
commit 0bbdce6e66
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -6,6 +6,8 @@ wrksrc="webkitgtk-$version"
build_style=cmake
configure_args="-DPORT=GTK -DENABLE_GTKDOC=OFF -DCMAKE_LINKER=${XBPS_CROSS_TRIPLET}-gcc
-DUSE_GSTREAMER_GL=OFF"
# XXX add libwoff2dec
configure_args+="-DUSE_WOFF2=OFF"
short_desc="GTK+3 port of the WebKit2 browser engine"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="https://webkitgtk.org/"