From 76bff662df0f37616e9488f707cb46d313335cf3 Mon Sep 17 00:00:00 2001 From: Jeongho Hwang Date: Thu, 23 Aug 2012 21:55:57 +0900 Subject: [PATCH] removed drm-trusted, drm-client in dependencies. --- packaging/settings.spec | 2 -- setting-phone/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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}") -- 2.7.4