mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +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
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+="qt5-declarative-devel qt5-multimedia-devel
|
||||
qt5-xmlpatterns-devel"
|
||||
hostmakedepends+=" qt5-declarative-devel qt5-multimedia-devel qt5-xmlpatterns-devel"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue