blob: 25c38265af3ea7b25a89b90975f8f997a39348e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# libxnvctrl is Nvidia only, so sorry, there is no 32-bit version for
# it, then we will not build support for it..
eval "$(
declare -f build | \
sed '
s/-D BUILD_NVIDIA=ON/-D BUILD_NVIDIA=OFF/g
'
)"
depends=(${depends[@]//libxnvctrl/})
depends=(${depends[@]//libXNVCtrl.so/})
|