Only build with webkitgtk-3.0 1.10.x: Closes #7541

We'll look into 2.x support in the 0.5 cycle (see #7023).
This commit is contained in:
Jim Nelson 2013-09-25 11:42:06 -07:00
parent 4b03618f08
commit 5c1021d9da
2 changed files with 3 additions and 2 deletions

4
debian/control vendored
View file

@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 8),
libunique-3.0-dev (>= 3.0.0),
libnotify-dev (>=0.7.5),
libcanberra-dev (>= 0.28),
libwebkitgtk-3.0-dev (>= 1.10.0),
libwebkitgtk-3.0-dev (= 1.10.2),
libxml2-dev (>= 2.7.8),
libsecret-1-dev (>= 0.11),
libgmime-2.6-dev (>= 2.6.0),
@ -33,7 +33,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
libunique-3.0-0 (>= 3.0.0),
libnotify4 (>= 0.7.5),
libcanberra0 (>= 0.28),
libwebkitgtk-3.0-0 (>= 1.10.0),
libwebkitgtk-3.0-0 (= 1.10.2),
libxml2 (>= 2.7.8),
libsqlite3-0 (>= 3.7.4),
libgmime-2.6-0 (>= 2.6.0),

View file

@ -449,6 +449,7 @@ pkg_check_modules(DEPS REQUIRED
gmime-2.6>=2.6.0
libsecret-1>=0.11
webkitgtk-3.0>=1.10.0
webkitgtk-3.0<=1.10.2
libxml-2.0>=2.7.8
${EXTRA_CLIENT_PKG_CONFIG}
)