diff options
author | Jungki Kwak <jungki.kwak@samsung.com> | 2012-08-23 16:29:47 +0900 |
---|---|---|
committer | Jungki Kwak <jungki.kwak@samsung.com> | 2012-08-23 16:29:47 +0900 |
commit | 2557ee9eb550edc5b3053f46a8ee61d53a5236f7 (patch) | |
tree | 7402d678e4e241f390e2044707aafc59da0c0c8f /packaging | |
parent | 69a03608a6adc6a82eafd778739c1f02c34d976e (diff) | |
download | download-provider-2557ee9eb550edc5b3053f46a8ee61d53a5236f7.tar.gz download-provider-2557ee9eb550edc5b3053f46a8ee61d53a5236f7.tar.bz2 download-provider-2557ee9eb550edc5b3053f46a8ee61d53a5236f7.zip |
Remove DRM dependency
The drm download is removed.
modified: packaging/download-provider.spec
modified: src/agent/CMakeLists.txt
modified: src/agent/download-agent-debug.c
modified: src/agent/download-agent-dl-mgr.c
modified: src/agent/download-agent-file.c
modified: src/agent/download-agent-http-mgr.c
modified: src/agent/download-agent-http-queue.c
deleted: src/agent/download-agent-plugin-drm.c
modified: src/agent/download-agent-utils.c
modified: src/agent/include/download-agent-debug.h
modified: src/agent/include/download-agent-defs.h
modified: src/agent/include/download-agent-dl-mgr.h
modified: src/agent/include/download-agent-http-queue.h
deleted: src/agent/include/download-agent-plugin-drm.h
modified: src/agent/include/download-agent-utils.h
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/download-provider.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/download-provider.spec b/packaging/download-provider.spec index be509d4..784940d 100644 --- a/packaging/download-provider.spec +++ b/packaging/download-provider.spec @@ -17,8 +17,6 @@ BuildRequires: pkgconfig(db-util) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(capi-appfw-application) BuildRequires: pkgconfig(capi-network-connection) -BuildRequires: pkgconfig(drm-client) -BuildRequires: pkgconfig(drm-trusted) %description Description: download the contents in background |