From: lokilee73 Date: Wed, 2 Jan 2019 08:38:31 +0000 (+0900) Subject: Add libudev to avoid HAL test failure in thermal X-Git-Tag: accepted/tizen/unified/20190214.060641^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1ecc12a8509aeaafbbb05f756ca9f787b8abcea;p=platform%2Fadaptation%2Ftw3%2Fdevice-manager-plugin-tw3.git Add libudev to avoid HAL test failure in thermal ex) fail to open module : /usr/lib/hw/thermal.so: undefined symbol: udev_new Change-Id: I7478a4f355bdd4b00bc928f1fafdb1163fb69f78 Signed-off-by: lokilee73 --- 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}")