Modify the install path for license file
[platform/core/connectivity/bt-syspopup.git] / CMakeLists.txt
index 8cdd74a..7444338 100644 (file)
@@ -48,7 +48,9 @@ pkg_check_modules(pkgs REQUIRED
        edbus
        efl-extension
        capi-system-device
-       vconf)
+       vconf
+       capi-ui-efl-util
+       ecore-wayland)
 ELSEIF("$ENV{CFLAGS}" MATCHES "-DTIZEN_PROFILE_MOBILE")
 pkg_check_modules(pkgs REQUIRED
        capi-appfw-application
@@ -75,7 +77,9 @@ pkg_check_modules(pkgs REQUIRED
        notification
        aul
        edbus
-       vconf)
+       vconf
+       capi-ui-efl-util
+       ecore-wayland)
 ENDIF()
 
 FOREACH(flag ${pkgs_CFLAGS})