From 83ac62f61c9bb923227429fbf3ce52be2d97e473 Mon Sep 17 00:00:00 2001 From: "Antoine C." Date: Sat, 14 Dec 2024 03:02:31 +0000 Subject: [PATCH 1/2] build: add missing deps for RPM systems --- tools/rpm_buildenv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/rpm_buildenv.sh b/tools/rpm_buildenv.sh index 58e6f7e9e42..3f3421acdca 100755 --- a/tools/rpm_buildenv.sh +++ b/tools/rpm_buildenv.sh @@ -26,6 +26,7 @@ case "$1" in # builddep mixxx`). sudo dnf install -y \ appstream \ + boost-devel \ ccache \ chrpath \ cmake \ @@ -53,6 +54,7 @@ case "$1" in lilv-devel \ mesa-libGL-devel \ mesa-libGLU-devel \ + mold \ ninja-build \ opus-devel \ opusfile-devel \ From 56af13c2592c035b0a463d7f8a42f090a068320c Mon Sep 17 00:00:00 2001 From: "Antoine C." Date: Sun, 19 Jan 2025 12:13:43 +0000 Subject: [PATCH 2/2] fixup! build: add missing deps for RPM systems --- tools/rpm_buildenv.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/rpm_buildenv.sh b/tools/rpm_buildenv.sh index 3f3421acdca..0d822929833 100755 --- a/tools/rpm_buildenv.sh +++ b/tools/rpm_buildenv.sh @@ -26,7 +26,6 @@ case "$1" in # builddep mixxx`). sudo dnf install -y \ appstream \ - boost-devel \ ccache \ chrpath \ cmake \