From df75070f7fbc1a894fb309dcbb4573034634d036 Mon Sep 17 00:00:00 2001 From: Nyslay Date: Mon, 24 Jun 2024 23:00:24 +0200 Subject: [PATCH] Add headers for build hy3 on openSuse distro (#127) * Add libs for build hy3 on openSuse distro * remove double space --------- Co-authored-by: nyslay --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4e83ac..832d21f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if(CMAKE_EXPORT_COMPILE_COMMANDS) endif() find_package(PkgConfig REQUIRED) -pkg_check_modules(DEPS REQUIRED hyprland pixman-1 libdrm pango pangocairo) +pkg_check_modules(DEPS REQUIRED hyprland pixman-1 libdrm pango pangocairo libinput wayland-client xkbcommon) add_library(hy3 SHARED src/main.cpp