Add explicit enable step to vulkan script dir
This commit is contained in:
parent
8a04456211
commit
e2acf44a52
1 changed files with 12 additions and 0 deletions
12
scripts.d/50-vulkan/99-enable.sh
Executable file
12
scripts.d/50-vulkan/99-enable.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
SCRIPT_SKIP="1"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR == *4.4* ]] && return -1
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
return 0
|
||||
}
|
Loading…
Reference in a new issue