Remove the dependency on sqlite3 devel package

This commit is contained in:
David Sansome 2010-03-23 14:09:42 +00:00
parent ceb6382e9f
commit bd1122ff11
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: clementine
Section: unknown
Priority: extra
Maintainer: David Sansome <me@davidsansome.com>
Build-Depends: debhelper (>= 7), liblastfm-dev, libtag1-dev, libxine-dev, libnotify-dev, libboost-dev, libqt4-dev, qt4-dev-tools, libqt4-opengl-dev, cmake, libsqlite3-dev
Build-Depends: debhelper (>= 7), liblastfm-dev, libtag1-dev, libxine-dev, libnotify-dev, libboost-dev, libqt4-dev, qt4-dev-tools, libqt4-opengl-dev, cmake
Standards-Version: 3.8.1
Homepage: http://code.google.com/p/clementine-player/

View File

@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils liblastfm-devel taglib-devel xine-lib-devel
BuildRequires: libnotify-devel qt4-devel boost-devel notification-daemon gcc-c++
BuildRequires: cmake sqlite-devel
BuildRequires: cmake
Requires: xine-lib-extras-freeworld
%description