From e5fd55d505ff92e5866bcb8232e4817d32caa4e2 Mon Sep 17 00:00:00 2001 From: "Robin E.R. Davies" Date: Wed, 17 Jun 2026 12:24:06 -0400 Subject: [PATCH] Build fixes, promot Arch Linux build to alpha status. --- docs/BuildPrerequisites.md | 4 ++-- src/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/BuildPrerequisites.md b/docs/BuildPrerequisites.md index 1ef64a7..35c5418 100644 --- a/docs/BuildPrerequisites.md +++ b/docs/BuildPrerequisites.md @@ -29,7 +29,7 @@ Ubuntu: libgoogle-perftools-dev \ libpipewire-0.3-dev libbz2-dev libssl-dev librsvg2-dev -Arch (pre-release, work in progress): +Arch Linux (alpha status): sudo pacman -S --needed lilv boost systemd catch2 alsa-lib \ util-linux avahi networkmanager icu libzip gperftools \ @@ -38,7 +38,7 @@ Arch (pre-release, work in progress): There is one AUR package: sudo paru -S authbind -Note: in Arch, copyright notices generation won't work, so it needs to be disabled with a cmake argument. Add this to your .vscode/settings.json file: +Note: in the Arch Linux build, copyright notices generation won't work, so it needs to be disabled with a cmake argument. Add this to your .vscode/settings.json file: ```json { diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b4442f3..441677f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -412,7 +412,7 @@ target_link_libraries(libpipedald PUBLIC PiPedalCommon PRIVATE - SQLiteCpp_static + SQLiteCpp OpenSSL::Crypto ${PipeWire_LIBRARIES} )