summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlokilee73 <changjoo.lee@samsung.com>2019-01-02 17:38:31 +0900
committerlokilee73 <changjoo.lee@samsung.com>2019-01-02 18:04:45 +0900
commitd1ecc12a8509aeaafbbb05f756ca9f787b8abcea (patch)
tree53f182a5656ea6bf198737fd08c9fd4060c0d6ff
parent1cc1cdf1a615db1bf4c3914708532a969cbe0026 (diff)
downloaddevice-tw3-d1ecc12a8509aeaafbbb05f756ca9f787b8abcea.tar.gz
device-tw3-d1ecc12a8509aeaafbbb05f756ca9f787b8abcea.tar.bz2
device-tw3-d1ecc12a8509aeaafbbb05f756ca9f787b8abcea.zip
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 <changjoo.lee@samsung.com>
-rw-r--r--hw/thermal/CMakeLists.txt2
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}")