mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
chore: fixed build deps
This commit is contained in:
4
.github/workflows/publish-release.yml
vendored
4
.github/workflows/publish-release.yml
vendored
@@ -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
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
zlib,
|
||||
bzip2,
|
||||
wayland-scanner,
|
||||
gtk3,
|
||||
semver
|
||||
}:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user