mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-01-05 15:35:29 +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 \
|
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