Add sqlite3 dependency 37/260637/2
authorIlho Kim <ilho159.kim@samsung.com>
Wed, 30 Jun 2021 05:31:39 +0000 (14:31 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Wed, 30 Jun 2021 05:42:28 +0000 (14:42 +0900)
There is need to set dependency of sqlite3 in the source using sqlite3

Change-Id: Ie6e805cd7fdbd05b26798ded95a9da5eb3494490
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
watchface-common/CMakeLists.txt
watchface-complication/CMakeLists.txt

index 3b8e4c0999bcd055582e8c79a2e714508a84fb3c..dca7ca251afea405170224074083d7a91c68db7c 100644 (file)
@@ -24,6 +24,7 @@ pkg_check_modules(watchface-common REQUIRED
        pkgmgr
        pkgmgr-info
        capi-system-info
+       sqlite3
 )
 
 FOREACH(flag ${watchface-common_CFLAGS})
index 54cf930ce46ddef39dcebe756e0d2cccd95618d1..c5d2fd7d909a8c3d285c758df06b766ad5bf2405 100644 (file)
@@ -25,6 +25,7 @@ pkg_check_modules(watchface-complication REQUIRED
        pkgmgr-info
        capi-system-info
        capi-base-utils-i18n
+       sqlite3
 )
 
 FOREACH(flag ${watchface-complication_CFLAGS})