usd-commons: add dependency for smack and systemd-daemon
authorTaeyoung Kim <ty317.kim@samsung.com>
Fri, 24 Jul 2015 07:25:01 +0000 (16:25 +0900)
committerStanislaw 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

index 2c3140fa2302a19764f6273284d05cbf571778be..ecad22b824a41abc11b0f15cfca75e5c2ac8a0ce 100644 (file)
@@ -101,6 +101,8 @@ INSTALL(FILES
 
 PKG_CHECK_MODULES(COMMON_DEP
     dlog
+    libsmack
+    libsystemd-daemon
     REQUIRED
     )