mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 21:13:35 +00:00
fresh: Add missing packages
yuzu optionally needs these packages for some uses. libudev-dev was already installed but only implicitly.
This commit is contained in:
parent
438764dd2f
commit
039cb48fa0
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
libfile-mimeinfo-perl \
|
libfile-mimeinfo-perl \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libtool \
|
libtool \
|
||||||
|
libudev-dev \
|
||||||
|
libva-dev \
|
||||||
|
libwayland-dev \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
nasm \
|
nasm \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
|
|
Loading…
Reference in a new issue