From: Jeongho Hwang Date: Thu, 23 Aug 2012 12:55:57 +0000 (+0900) Subject: removed drm-trusted, drm-client in dependencies. X-Git-Tag: 2.0_alpha~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76bff662df0f37616e9488f707cb46d313335cf3;p=apps%2Fcore%2Fpreloaded%2Fsettings.git removed drm-trusted, drm-client in dependencies. --- diff --git a/packaging/settings.spec b/packaging/settings.spec index 4fec2dc..a07a3a5 100755 --- a/packaging/settings.spec +++ b/packaging/settings.spec @@ -40,8 +40,6 @@ BuildRequires: pkgconfig(icu-le) BuildRequires: pkgconfig(icu-lx) BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(ewebkit2) -BuildRequires: pkgconfig(drm-client) -BuildRequires: pkgconfig(drm-trusted) BuildRequires: pkgconfig(evas) BuildRequires: pkgconfig(edje) BuildRequires: pkgconfig(mm-player) diff --git a/setting-phone/CMakeLists.txt b/setting-phone/CMakeLists.txt index 769b0f4..10ab8bf 100755 --- a/setting-phone/CMakeLists.txt +++ b/setting-phone/CMakeLists.txt @@ -3,7 +3,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include) INCLUDE(FindPkgConfig) -pkg_check_modules(pkgs_phone REQUIRED evas eina ecore elementary appcore-common appcore-efl devman_haptic heynoti tapi ui-gadget-1 capi-appfw-application drm-client drm-trusted appsvc libxml-2.0) +pkg_check_modules(pkgs_phone REQUIRED evas eina ecore elementary appcore-common appcore-efl devman_haptic heynoti tapi ui-gadget-1 capi-appfw-application appsvc libxml-2.0) FOREACH(flag ${pkgs_phone_CFLAGS}) SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")