Fix libva sysconfdir

This commit is contained in:
BtbN 2021-07-14 17:22:32 +02:00
parent 9cfcc851a2
commit de9fc9374d

View file

@ -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"