From 6d626a37d4432e351009b1140dca2b4dc1e1e7f6 Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Fri, 6 Jan 2017 20:51:33 +0900 Subject: [PATCH] Require libtzplatform-config explicitly 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ff6e65e..9719afb 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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}") -- 2.7.4