cmake: require hwdata

This commit is contained in:
Vaxry 2024-07-02 13:13:03 +02:00
parent 20a99be9f4
commit 04b2db8350
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ 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) 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)
configure_file(aquamarine.pc.in aquamarine.pc @ONLY) configure_file(aquamarine.pc.in aquamarine.pc @ONLY)