diff options
author | spiff_ <spiff_@svn> | 2010-08-27 10:39:03 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-08-27 10:39:03 +0000 |
commit | f8d8dae3f6bf05fd0af9c735ca2c42b113842677 (patch) | |
tree | bb105599509bb58fe61196239c61bb2eb8d966e2 /tools | |
parent | b2f333a5f381b8cf2258294d34f2bf5f3a25e57d (diff) |
fixed: newly introduced script modules needs the curl package to download stuff
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33210 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Linux/packaging/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Linux/packaging/debian/control b/tools/Linux/packaging/debian/control index 159725fa6b..5cc0ece3da 100644 --- a/tools/Linux/packaging/debian/control +++ b/tools/Linux/packaging/debian/control @@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 7.0.50~), python-support, cmake, libwavpack-dev, python-dev, gawk, gperf, nasm [!amd64], libcwiid1-dev, libbluetooth-dev, zlib1g-dev, libmms-dev (>= 0.4), libsmbclient-dev, libfaad-dev, libiso9660-dev, libssl-dev, lsb-release, libvdpau-dev, libmicrohttpd-dev, - libmodplug-dev, librtmp-dev, libcrystalhd-dev, + libmodplug-dev, librtmp-dev, libcrystalhd-dev, curl Standards-Version: 3.9.1 Homepage: http://xbmc.org/ Vcs-Git: git://git.debian.org/git/collab-maint/xbmc.git |