diff options
author | Timo Jyrinki <timo.jyrinki@canonical.com> | 2013-06-06 11:46:16 +0300 |
---|---|---|
committer | Timo Jyrinki <timo.jyrinki@canonical.com> | 2013-06-06 11:46:16 +0300 |
commit | f3bb6ff12b27663fabd17cdb8defeb359dde76fc (patch) | |
tree | 6ad04ea4034b930f5721a20e44ff08d741f508bf /debian/control | |
parent | b50048d60bf1c9aa1fe4ffa5d4c2563bde9c6674 (diff) | |
download | qt5webkit-f3bb6ff12b27663fabd17cdb8defeb359dde76fc.tar.gz |
Refine the libqt5webkit5-dev depends (Closes: #711307)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 1922cd0..bf830e7 100644 --- a/debian/control +++ b/debian/control @@ -49,11 +49,10 @@ Pre-Depends: dpkg (>= 1.15.6~) Depends: qtbase5-dev, libqt5webkit5 (= ${binary:Version}), ${misc:Depends}, - libgl1-mesa-dev [!armel !armhf] | libgl-dev [!armel !armhf], - libgles2-mesa-dev [armel armhf] | libgles2-dev [armel armhf], libgstreamer-plugins-base0.10-dev, libqt5opengl5-dev, - libxslt1-dev + libxslt1-dev, + libsqlite3-dev Description: Web content engine library for Qt - development files QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. |