X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=b0ea9b5b93d25076014f1fe49af87887b4f58a9a;hb=ea0eb10918bf56338ccea1405cab0eaa5fac0782;hp=01101178f2d7a65a70d15e695497b3ee67ed225d;hpb=d78b6a702fb987794bfb8e272e58e423ae584300;p=apps%2Fnative%2Fug-wifi-direct.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 0110117..b0ea9b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,18 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) INCLUDE(FindPkgConfig) -pkg_check_modules(pkgs REQUIRED appcore-efl appsvc ui-gadget x11 dlog - elementary ecore-x - network pmapi - wifi-direct +pkg_check_modules(pkgs REQUIRED appcore-efl appsvc ui-gadget-1 dlog + elementary + capi-network-tethering + network + capi-network-wifi-direct + notification + capi-appfw-application + feedback + dbus-1 + deviced efl-assist + capi-ui-efl-util + efl-extension ) FOREACH(flag ${pkgs_CFLAGS})