From d36968261470444f36e066fb741e3cd5c8928c33 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Fri, 20 Sep 2024 14:25:38 +0000 Subject: [PATCH] CMake: bump hw-s version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc50e59..8180ae3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ pkg_check_modules( gbm hyprlang>=0.2.0 hyprutils - hyprwayland-scanner>=0.4.1) + hyprwayland-scanner>=0.4.2) # check whether we can find sdbus-c++ through pkg-config pkg_check_modules(SDBUS IMPORTED_TARGET sdbus-c++)