From c7925461cb1b5d537b9440bdb38c7f411b1c3550 Mon Sep 17 00:00:00 2001 From: "Antoine C." Date: Sat, 14 Dec 2024 03:02:31 +0000 Subject: [PATCH] build: add missing deps for RPM systems --- tools/rpm_buildenv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/rpm_buildenv.sh b/tools/rpm_buildenv.sh index 58e6f7e9e42..0d822929833 100755 --- a/tools/rpm_buildenv.sh +++ b/tools/rpm_buildenv.sh @@ -53,6 +53,7 @@ case "$1" in lilv-devel \ mesa-libGL-devel \ mesa-libGLU-devel \ + mold \ ninja-build \ opus-devel \ opusfile-devel \