diff options
-rw-r--r-- | hw/thermal/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/thermal/CMakeLists.txt b/hw/thermal/CMakeLists.txt index 1aa2e45..42bcc20 100644 --- a/hw/thermal/CMakeLists.txt +++ b/hw/thermal/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT(thermal C) SET(PREFIX ${CMAKE_INSTALL_PREFIX}) INCLUDE(FindPkgConfig) -pkg_check_modules(thermal_pkgs REQUIRED hwcommon dlog glib-2.0) +pkg_check_modules(thermal_pkgs REQUIRED hwcommon dlog glib-2.0 libudev) FOREACH(flag ${thermal_pkgs_CFLAGS}) SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}") |