From 64042772fa6a56fe6a22e4a69e7205370c4b2ab5 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Wed, 12 Jan 2022 07:27:38 +0900 Subject: [PATCH] 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 --- setting-license/CMakeLists.txt | 1 + setting-ringtone/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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}) -- 2.34.1