Require libtzplatform-config explicitly 07/109007/1 accepted/tizen/3.0/common/20170109.195828 accepted/tizen/3.0/ivi/20170109.073410 accepted/tizen/3.0/mobile/20170109.072959 accepted/tizen/3.0/tv/20170110.055237 accepted/tizen/3.0/wearable/20170109.073205 submit/tizen_3.0/20170106.102334 submit/tizen_3.0/20170106.143701
authorSunmin Lee <sunm.lee@samsung.com>
Fri, 6 Jan 2017 11:51:33 +0000 (20:51 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Fri, 6 Jan 2017 12:00:12 +0000 (21:00 +0900)
Until now, this package has been built using symbols in other
packages indirectly. As static library is removed, it should
require libtzplatform-config library in itself.

Change-Id: I9a560e4d7cd970f4de13174fc450416272ce9c95

test/CMakeLists.txt

index ff6e65e..9719afb 100644 (file)
@@ -1,5 +1,5 @@
 # Required packages
-pkg_check_modules(test_pkgs REQUIRED dlog zlib minizip storage glib-2.0)
+pkg_check_modules(test_pkgs REQUIRED dlog zlib minizip storage glib-2.0 libtzplatform-config)
 
 FOREACH(flag ${test_pkgs_CFLAGS})
        SET(TEST_CFLAGS "${TEST_CFLAGS} ${flag}")