Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 13:32:41 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 13:32:41 +1000
commit4f511c2aaae9d2d32e53b4590e841c00fab6164b (patch)
tree709a5bc6f4420ba30548eb72ea05ff36c514eb15
parent908fa1ee606b80eec47c6fc70ce018308ef06e98 (diff)
Update build_linux.yml
-rw-r--r--.github/workflows/build_linux.yml2
-rw-r--r--source/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml
index 307b30f..252b467 100644
--- a/.github/workflows/build_linux.yml
+++ b/.github/workflows/build_linux.yml
@@ -20,7 +20,7 @@ jobs:
- name: Install Packages
run: |
sudo apt-get update
- sudo apt-get install -y pkg-config libxmu-dev libxi-dev libgl-dev libglu1-mesa-dev libsdl2-dev
+ sudo apt-get install -y pkg-config libxmu-dev libxi-dev libgl-dev libglu1-mesa-dev libsamplerate0-dev libsdl2-dev
- name: Install CMake & Ninja
uses: lukka/get-cmake@latest
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index d66fb9d..cdd32f1 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -486,8 +486,8 @@ set(STAR_EXT_LIBS ${STAR_EXT_LIBS}
)
if(STAR_BUILD_GUI)
- find_package(SDL2 CONFIG REQUIRED)
find_package(SampleRate CONFIG REQUIRED)
+ find_package(SDL2 CONFIG REQUIRED)
set(STAR_EXT_GUI_LIBS
SampleRate::samplerate