Skip to content

Commit 04b2db8

Browse files
committed
cmake: require hwdata
1 parent 20a99be commit 04b2db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(INCLUDE ${CMAKE_INSTALL_FULL_INCLUDEDIR})
1616
set(LIBDIR ${CMAKE_INSTALL_FULL_LIBDIR})
1717

1818
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)
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 hwdata)
2020

2121
configure_file(aquamarine.pc.in aquamarine.pc @ONLY)
2222

0 commit comments

Comments
 (0)