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 3b8e4c0..dca7ca2 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 54cf930..c5d2fd7 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})