From 0dea5217644fdd926151b51934660f917b902486 Mon Sep 17 00:00:00 2001 From: Chongyun Lee <45286352+licy183@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:25:04 +0800 Subject: [PATCH] setup-ubuntu.sh: update for wine-stable --- scripts/setup-ubuntu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 24b63611ae..a3ae500fd6 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -294,6 +294,9 @@ PACKAGES+=" libwebp7 libwebp7:i386 libwebp-dev" PACKAGES+=" libwebpdemux2 libwebpdemux2:i386" PACKAGES+=" libwebpmux3 libwebpmux3:i386" +# Required by wine-stable +PACKAGES+=" libfreetype-dev:i386" + # Required by CGCT PACKAGES+=" libdebuginfod-dev"