qt5-webview: fix build_option(s) typo

This commit is contained in:
John 2020-04-03 18:47:12 +02:00
parent 4cef7c68cd
commit 58a0f3ad14
No known key found for this signature in database
GPG key ID: 5FDE97AF468A09B7

View file

@ -1,7 +1,7 @@
# Template file for 'qt5-webview'
pkgname=qt5-webview
version=5.14.2
revision=1
revision=2
wrksrc="qtwebview-everywhere-src-${version}"
build_style=qmake
hostmakedepends="qt5-qmake perl qt5-declarative-devel"
@ -14,9 +14,9 @@ homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
checksum=c61f9213ee84fd7408898c0194468208ffb51af9d257e87e6b53daf24f65ff4b
build_option="webengine"
build_options="webengine"
if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
build_option_default="webengine"
build_options_default="webengine"
fi
_cleanup_wrksrc_leak() {