Require libtzplatform-config explicitly 23/109623/1 accepted/tizen_3.0.m2_common accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/common/20170111.094144 accepted/tizen/3.0.m2/mobile/20170111.043222 accepted/tizen/3.0.m2/tv/20170111.043245 accepted/tizen/3.0.m2/wearable/20170111.043306 submit/tizen_3.0.m2/20170111.022653
authorSunmin Lee <sunm.lee@samsung.com>
Fri, 6 Jan 2017 11:51:33 +0000 (20:51 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Wed, 11 Jan 2017 02:38:47 +0000 (11:38 +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}")