mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
kaccounts-providers: fix removal of qt5-webengine dependency.
Upstream commit [1] removed the "WebEngineWidgets" dep. Use vsed to
remove "WebEngine" instead.
[1] 60367561c6
This commit is contained in:
parent
0908510a0f
commit
dec6374a01
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
if [ -z "$build_option_nextcloud" ]; then
|
if [ -z "$build_option_nextcloud" ]; then
|
||||||
vsed -i '/find_package/s/ WebEngineWidgets//' CMakeLists.txt
|
vsed -i '/find_package/s/ WebEngine//' CMakeLists.txt
|
||||||
vsed -i '/nextcloud-ui/d' plugins/CMakeLists.txt
|
vsed -i '/nextcloud-ui/d' plugins/CMakeLists.txt
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue