blob: 4fd0a819669414e97327c3f00d2caee9a26c32d8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# temporarily disable libverto in order to break build cycle
depends=(${depends[@]//libverto.so/})
depends=(${depends[@]//libverto-module-base/})
eval "$(
declare -f build | \
sed '
s|--with-system-verto||
'
)"
|