We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a99be commit 04b2db8Copy full SHA for 04b2db8
CMakeLists.txt
@@ -16,7 +16,7 @@ set(INCLUDE ${CMAKE_INSTALL_FULL_INCLUDEDIR})
16
set(LIBDIR ${CMAKE_INSTALL_FULL_LIBDIR})
17
18
find_package(PkgConfig REQUIRED)
19
-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)
20
21
configure_file(aquamarine.pc.in aquamarine.pc @ONLY)
22
0 commit comments