From 890d6177b2e008b79ef037c676d39b957f1f463d Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 5 Jul 2024 23:46:50 +0200 Subject: [PATCH] cmake: require hw-s 0.4.0 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c2a502..a8e80c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,7 @@ pkg_check_modules(deps REQUIRED IMPORTED_TARGET pixman-1 libdrm gbm libudev libdisplay-info hwdata + hyprwayland-scanner>=0.4.0 ) configure_file(aquamarine.pc.in aquamarine.pc @ONLY)