From d3896f58279fd7d4837789a8e77134554ea85bd6 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Fri, 9 Aug 2024 22:38:36 +0200 Subject: [PATCH] Update main.sh --- main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/main.sh b/main.sh index 347f1a4..89d6582 100755 --- a/main.sh +++ b/main.sh @@ -15,6 +15,7 @@ cd ./pipewire/ # Get build deps LOGNAME=root dh_make --createorig -y -l -p pipewire_"$VERSION" || echo "dh-make: Ignoring Last Error" +apt-get install -y libgbm-dev apt-get build-dep ./ -y # Build package