projects
/
platform
/
core
/
api
/
usb-host.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08f4b28
)
usd-commons: add dependency for smack and systemd-daemon
author
Taeyoung Kim
<ty317.kim@samsung.com>
Fri, 24 Jul 2015 07:25:01 +0000
(16:25 +0900)
committer
Stanislaw Wadas
<s.wadas@samsung.com>
Wed, 2 Dec 2015 12:50:46 +0000
(13:50 +0100)
- Build failure occurred on apps using libusb which uses libusd-commons
due to the linking failure. Thus the dependency is needed
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Change-Id: Ie0e079a4b3eed3297c00d00f3fdc682968143de2
USD/src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/USD/src/CMakeLists.txt
b/USD/src/CMakeLists.txt
index 2c3140fa2302a19764f6273284d05cbf571778be..ecad22b824a41abc11b0f15cfca75e5c2ac8a0ce 100644
(file)
--- a/
USD/src/CMakeLists.txt
+++ b/
USD/src/CMakeLists.txt
@@
-101,6
+101,8
@@
INSTALL(FILES
PKG_CHECK_MODULES(COMMON_DEP
dlog
+ libsmack
+ libsystemd-daemon
REQUIRED
)