mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 10:04:03 +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 \
|
||||
libssl-dev \
|
||||
libtool \
|
||||
libudev-dev \
|
||||
libva-dev \
|
||||
libwayland-dev \
|
||||
libzip-dev \
|
||||
nasm \
|
||||
ninja-build \
|
||||
|
|
Loading…
Reference in a new issue