webkit2gtk: disable woff2
This commit is contained in:
parent
a9db52d4b6
commit
0bbdce6e66
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue