mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix path to libva.conf
This commit is contained in:
parent
82d78e7c45
commit
b562a4a479
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ RUN git clone -b 2.10.0 --depth=1 $GIT/intel/libva.git
|
||||||
WORKDIR libva
|
WORKDIR libva
|
||||||
RUN ./autogen.sh \
|
RUN ./autogen.sh \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
--sysconfdir=/etc \
|
||||||
--with-drivers-path=/usr/lib/dri
|
--with-drivers-path=/usr/lib/dri
|
||||||
|
|
||||||
RUN make -j$(nproc)
|
RUN make -j$(nproc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue