mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt5-webview: fix build_option(s) typo
This commit is contained in:
parent
4cef7c68cd
commit
58a0f3ad14
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qt5-webview'
|
# Template file for 'qt5-webview'
|
||||||
pkgname=qt5-webview
|
pkgname=qt5-webview
|
||||||
version=5.14.2
|
version=5.14.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="qtwebview-everywhere-src-${version}"
|
wrksrc="qtwebview-everywhere-src-${version}"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake perl qt5-declarative-devel"
|
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"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
|
||||||
checksum=c61f9213ee84fd7408898c0194468208ffb51af9d257e87e6b53daf24f65ff4b
|
checksum=c61f9213ee84fd7408898c0194468208ffb51af9d257e87e6b53daf24f65ff4b
|
||||||
|
|
||||||
build_option="webengine"
|
build_options="webengine"
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
build_option_default="webengine"
|
build_options_default="webengine"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_cleanup_wrksrc_leak() {
|
_cleanup_wrksrc_leak() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue