mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 02:33:40 +01:00
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:
parent
d0056945d0
commit
df75070f7f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue