summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2013-06-03 11:10:44 +0300
committerTimo Jyrinki <timo.jyrinki@canonical.com>2013-06-03 11:10:44 +0300
commita393421b9b7892b8d889c6ad57fd472480b8bfd3 (patch)
tree9b7ac800321698bf5ed6ff12135d7e2f5bdfc4f3
parentf585e89c73964b5778a3503ff28182a1ac87b7bc (diff)
downloadqt5webkit-a393421b9b7892b8d889c6ad57fd472480b8bfd3.tar.gz
Added missing depends to libqt5webkit5-dev
-rw-r--r--debian/control5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 91971ac..1922cd0 100644
--- a/debian/control
+++ b/debian/control
@@ -49,6 +49,11 @@ 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
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.