chore: fixed build deps

This commit is contained in:
2025-12-17 13:42:48 +03:00
parent 92b06a9e0c
commit b98761a172
3 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y cmake build-essential git \
libglfw3-dev libfreetype6-dev libfontconfig1-dev \
libx11-dev libxrandr-dev libxi-dev \
libx11-dev libxrandr-dev libxi-dev libgtk-3-dev \
mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev \
libxinerama-dev libxcursor-dev libxkbcommon-dev
@@ -86,7 +86,7 @@ jobs:
libX11-devel libXrandr-devel libXi-devel \
mesa-libGL-devel mesa-libGLU-devel \
libXinerama-devel libXcursor-devel \
wayland-devel wayland-protocols-devel
wayland-devel wayland-protocols-devel gtk3-devel
- name: Configure CMake
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_GLFW=ON

View File

@@ -16,6 +16,7 @@
zlib,
bzip2,
wayland-scanner,
gtk3,
semver
}:

View File

@@ -6,7 +6,7 @@
namespace clrsync::core
{
const std::string GIT_SEMVER = "0.1.4+git.g019b0db";
const std::string GIT_SEMVER = "0.1.4+git.g92b06a9";
const std::string version_string();
} // namespace clrsync::core