projects
/
platform
/
hal
/
backend
/
tw3
/
device-tw3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00487ea
)
Add missing dependency for udev
author
Paweł Szewczyk
<p.szewczyk@samsung.com>
Fri, 17 Aug 2018 10:42:37 +0000
(12:42 +0200)
committer
Paweł Szewczyk
<p.szewczyk@samsung.com>
Fri, 17 Aug 2018 10:45:49 +0000
(12:45 +0200)
Change-Id: I57921a3ba89424c77d1daadc76e823fb217ba7b0
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
hw/thermal/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/hw/thermal/CMakeLists.txt
b/hw/thermal/CMakeLists.txt
index
1aa2e45
..
42bcc20
100644
(file)
--- 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}")