From: Soyoung Kim Date: Tue, 6 Nov 2012 02:56:26 +0000 (+0900) Subject: Removed drm-trusted package dependency. X-Git-Tag: accepted/tizen_2.1/20130425.023916~20^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=034934923e3bdb9e399eed4caf58f205f9770678;p=framework%2Fweb%2Fwrt-installer.git Removed drm-trusted package dependency. [Issue#] Fixed build break for drm-trusted. [Problem] N/A [Cause] N/A [Solution] removed drm-trusted package dependency. --- diff --git a/packaging/wrt-installer.spec b/packaging/wrt-installer.spec index 6276567..2df1ed6 100644 --- a/packaging/wrt-installer.spec +++ b/packaging/wrt-installer.spec @@ -36,7 +36,6 @@ BuildRequires: pkgconfig(shortcut) BuildRequires: pkgconfig(dpl-encryption) BuildRequires: pkgconfig(capi-appfw-app-manager) BuildRequires: pkgconfig(drm-client) -BuildRequires: pkgconfig(drm-trusted) Requires: xmlsec1 Provides: libdrm-service-core-intel.so.0 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b77d47e..0199a0c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -129,7 +129,6 @@ PKG_CHECK_MODULES(INSTALLER_STATIC_DEP shortcut capi-appfw-app-manager drm-client - drm-trusted REQUIRED ) diff --git a/src/jobs/widget_install/job_widget_install.cpp b/src/jobs/widget_install/job_widget_install.cpp index efc3be9..214cd19 100644 --- a/src/jobs/widget_install/job_widget_install.cpp +++ b/src/jobs/widget_install/job_widget_install.cpp @@ -72,7 +72,6 @@ #include #include #include -#include #include //temporary code using namespace WrtDB;