mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
otter-browser: attempt to fix hostmakedepends syntax
This commit is contained in:
parent
904e3327bc
commit
89688f6d21
1 changed files with 1 additions and 2 deletions
|
@ -26,6 +26,5 @@ if [ "$build_option_webengine" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+="qt5-declarative-devel qt5-multimedia-devel
|
hostmakedepends+=" qt5-declarative-devel qt5-multimedia-devel qt5-xmlpatterns-devel"
|
||||||
qt5-xmlpatterns-devel"
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue