mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-01-03 17:35:38 +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
|
@ -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