From: Taeyoung Kim Date: Fri, 24 Jul 2015 07:25:01 +0000 (+0900) Subject: usd-commons: add dependency for smack and systemd-daemon X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3828de4445fd4b10e82602b58b4bfc24735e75fe;p=platform%2Fcore%2Fapi%2Fusb-host.git usd-commons: add dependency for smack and systemd-daemon - 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 Change-Id: Ie0e079a4b3eed3297c00d00f3fdc682968143de2 --- diff --git a/USD/src/CMakeLists.txt b/USD/src/CMakeLists.txt index 2c3140f..ecad22b 100644 --- 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 )