Add libwayland-dev depend in libgtk-3-dev since we're building the wayland

backend now
This commit is contained in:
Sjoerd Simons
2013-08-26 12:31:54 +00:00
parent 6daec14ca0
commit 91f2d55525
3 changed files with 11 additions and 4 deletions

7
debian/changelog vendored
View File

@ -1,5 +1,6 @@
gtk+3.0 (3.9.12-1) UNRELEASED; urgency=low
[ Andreas Henriksson ]
* New upstream development release (3.9.10)
* Bump glib (build-)dependency to >= 2.37.3 as per configure.ac
* Trivial update in 015_default-fallback-icon-theme.patch to apply.
@ -30,7 +31,11 @@ gtk+3.0 (3.9.12-1) UNRELEASED; urgency=low
* New upstream release (3.9.12)
- bump cairo build-dependency to >= 1.12
-- Andreas Henriksson <andreas@fatal.se> Mon, 26 Aug 2013 11:47:50 +0200
[ Sjoerd Simons ]
* Add libwayland-dev depend in libgtk-3-dev since we're building the wayland
backend now
-- Sjoerd Simons <sjoerd@debian.org> Mon, 26 Aug 2013 14:30:40 +0200
gtk+3.0 (3.8.2-3) unstable; urgency=low

5
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: gtk+3.0
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
Build-Depends: debhelper (>= 8.1.3),
cdbs (>= 0.4.93),
gnome-pkg-tools (>= 0.11),
@ -150,7 +150,8 @@ Depends: libgtk-3-0 (= ${binary:Version}),
libxfixes-dev,
libxcomposite-dev,
libxdamage-dev,
pkg-config (>= 0.26-1)
pkg-config (>= 0.26-1),
libwayland-dev
Suggests: libgtk-3-doc
Description: development files for the GTK+ library
GTK+ is a multi-platform toolkit for creating graphical user

3
debian/control.in vendored
View File

@ -150,7 +150,8 @@ Depends: @SHARED_PKG@ (= ${binary:Version}),
libxfixes-dev,
libxcomposite-dev,
libxdamage-dev,
pkg-config (>= 0.26-1)
pkg-config (>= 0.26-1),
libwayland-dev
Suggests: @DOC_PKG@
Description: development files for the GTK+ library
GTK+ is a multi-platform toolkit for creating graphical user