Fix path to libva.conf

This commit is contained in:
Ilya Fedin 2021-01-25 09:11:41 +04:00 committed by John Preston
parent 82d78e7c45
commit b562a4a479

View file

@ -255,6 +255,7 @@ RUN git clone -b 2.10.0 --depth=1 $GIT/intel/libva.git
WORKDIR libva
RUN ./autogen.sh \
--enable-static \
--sysconfdir=/etc \
--with-drivers-path=/usr/lib/dri
RUN make -j$(nproc)