Fix libva sysconfdir
This commit is contained in:
parent
9cfcc851a2
commit
de9fc9374d
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ ffbuild_dockerbuild() {
|
|||
myconf+=(
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
--with-drivers-path="/usr/lib/x86_64-linux-gnu/dri"
|
||||
--sysconfdir="/etc"
|
||||
)
|
||||
else
|
||||
echo "Unknown target"
|
||||
|
|
Loading…
Reference in a new issue