Build issue resolved and elm_widget.h removed 51/176951/1 submit/tizen/20180704.140752 submit/tizen_mobile_tpk/20180424.063006
authorTezaswy Singh <tezaswy.s@samsung.com>
Tue, 24 Apr 2018 09:27:58 +0000 (14:57 +0530)
committerTezaswy Singh <tezaswy.s@samsung.com>
Tue, 24 Apr 2018 09:27:58 +0000 (14:57 +0530)
Change-Id: Ie5e448d8479d5d357b1cef1ded0899ee3759c130

music-chooser/CMakeLists.txt
src/common/mp-util.c

index 65c78d1..e640969 100755 (executable)
@@ -30,6 +30,9 @@ INCLUDE_DIRECTORIES(${COMMON_INCLUDE})
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED
+       glib-2.0
+       sqlite3
+       storage
        elementary
        efl-extension
        dlog
@@ -38,6 +41,12 @@ pkg_check_modules(pkgs REQUIRED
        capi-appfw-preference
        capi-appfw-app-manager
        libtzplatform-config
+       capi-content-media-content
+       capi-telephony
+       capi-message-port
+       capi-media-player
+       capi-system-system-settings
+       notification
 )
 
 FOREACH(flag ${pkgs_CFLAGS})
index 80458a5..1a52b41 100644 (file)
@@ -1985,7 +1985,6 @@ bool mp_util_is_mmc_removed(void)
 
 
 #define ELM_INTERNAL_API_ARGESFSDFEFC
-#include <elm_widget.h>
 
 EXPORT_API void dump_win(Evas_Object * obj, int max_depth)
 {