diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-05-19 11:46:25 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-05-19 11:47:01 -0300 |
commit | d2a21449505005fff91f89eee12886de4cdbce68 (patch) | |
tree | abf0c9479334a19da332ae10e866ca2e901b6890 /debian/control | |
parent | 42d6ff9d79ba3c066fe01942f6a5daec4014a251 (diff) | |
download | qt5webkit-d2a21449505005fff91f89eee12886de4cdbce68.tar.gz |
Add libwebp-dev and libxcomposite-dev.
The build system was looking for them.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index c4cc5d9..bb0fbbc 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,8 @@ Build-Depends: debhelper (>= 9.0.0), libpng-dev, libjpeg-dev, libfontconfig1-dev, + libwebp-dev, + libxcomposite-dev Standards-Version: 3.9.4 Section: libs Homepage: http://trac.webkit.org/wiki/QtWebKit |