mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-12-23 02:19:50 +01:00
cmake: fixup min versions in deps
This commit is contained in:
parent
f48653cf0e
commit
e6ba21bbdc
1 changed files with 8 additions and 1 deletions
|
@ -16,7 +16,14 @@ set(INCLUDE ${CMAKE_INSTALL_FULL_INCLUDEDIR})
|
||||||
set(LIBDIR ${CMAKE_INSTALL_FULL_LIBDIR})
|
set(LIBDIR ${CMAKE_INSTALL_FULL_LIBDIR})
|
||||||
|
|
||||||
find_package(PkgConfig REQUIRED)
|
find_package(PkgConfig REQUIRED)
|
||||||
pkg_check_modules(deps REQUIRED IMPORTED_TARGET libseat libinput wayland-client wayland-protocols hyprutils>=0.1.2 pixman-1 wayland-client libdrm gbm libudev libdisplay-info hwdata)
|
pkg_check_modules(deps REQUIRED IMPORTED_TARGET
|
||||||
|
libseat>=0.8.0 libinput>=1.26.0
|
||||||
|
wayland-client wayland-protocols
|
||||||
|
hyprutils>=0.1.5
|
||||||
|
pixman-1
|
||||||
|
libdrm gbm libudev
|
||||||
|
libdisplay-info hwdata
|
||||||
|
)
|
||||||
|
|
||||||
configure_file(aquamarine.pc.in aquamarine.pc @ONLY)
|
configure_file(aquamarine.pc.in aquamarine.pc @ONLY)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue