From: Hwankyu Jhun Date: Tue, 11 Jan 2022 22:27:38 +0000 (+0900) Subject: Add a missing vconf dependency X-Git-Tag: submit/tizen/20220111.085859^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64042772fa6a56fe6a22e4a69e7205370c4b2ab5;p=profile%2Fcommon%2Fapps%2Fnative%2Fsettings.git Add a missing vconf dependency To build applications properly, vconf dependency has to be added. Previous, applications used implicit dependency by the appcore-widget package. Change-Id: I082811960fe22a465d3d432989f88ed3c98eca68 Signed-off-by: Hwankyu Jhun --- diff --git a/setting-license/CMakeLists.txt b/setting-license/CMakeLists.txt index 4973a8f..b995f4c 100755 --- a/setting-license/CMakeLists.txt +++ b/setting-license/CMakeLists.txt @@ -10,6 +10,7 @@ pkg_check_modules(pkgs_license REQUIRED dlog elementary minizip + vconf ) FOREACH(flag ${pkgs_license_CFLAGS}) diff --git a/setting-ringtone/CMakeLists.txt b/setting-ringtone/CMakeLists.txt index 61a21cd..4b94664 100755 --- a/setting-ringtone/CMakeLists.txt +++ b/setting-ringtone/CMakeLists.txt @@ -16,6 +16,7 @@ pkg_check_modules(pkgs_ringtone REQUIRED efl-extension callmgr_client capi-media-player + vconf ) FOREACH(flag ${pkgs_ringtone_CFLAGS})