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+=(
|
myconf+=(
|
||||||
--host="$FFBUILD_TOOLCHAIN"
|
--host="$FFBUILD_TOOLCHAIN"
|
||||||
--with-drivers-path="/usr/lib/x86_64-linux-gnu/dri"
|
--with-drivers-path="/usr/lib/x86_64-linux-gnu/dri"
|
||||||
|
--sysconfdir="/etc"
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
echo "Unknown target"
|
echo "Unknown target"
|
||||||
|
|
Loading…
Reference in a new issue