From 039cb48fa0addbf12cc5b05da9b21d5a6218d531 Mon Sep 17 00:00:00 2001 From: lat9nq Date: Wed, 18 May 2022 20:09:27 -0400 Subject: [PATCH] fresh: Add missing packages yuzu optionally needs these packages for some uses. libudev-dev was already installed but only implicitly. --- linux-fresh/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index 70b7a20..bbffba6 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -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 \