Add headers for build hy3 on openSuse distro (#127)

* Add libs for build hy3 on openSuse distro

* remove double space

---------

Co-authored-by: nyslay <nyslay@localhost.localdomain>
This commit is contained in:
Nyslay 2024-06-24 23:00:24 +02:00 committed by GitHub
parent d0056945d0
commit df75070f7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ if(CMAKE_EXPORT_COMPILE_COMMANDS)
endif() endif()
find_package(PkgConfig REQUIRED) 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 add_library(hy3 SHARED
src/main.cpp src/main.cpp