summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-06-20 18:54:52 +0200
committerCyril Brulebois <kibi@debian.org>2011-06-20 19:19:05 +0200
commit2e9ea45a86a2a3baf2c34d25bbfbb85f9e4da7d5 (patch)
tree111a45c80d4168ca0069e12cb52a5e45129b1642
parent870849389ffe1ef8a507acaac651047ec9168ccf (diff)
Work around possible libegl1-mesa-dev bug.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index caf0bc9..58812ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
wayland-demos (0.1.0~0-1) UNRELEASED; urgency=low
* Initial release (Closes: #630809).
+ * Work around possible libegl1-mesa-dev bug (missing dependency on
+ libegl1-mesa-drivers).
-- Cyril Brulebois <kibi@debian.org> Thu, 16 Jun 2011 14:08:14 +0200
diff --git a/debian/control b/debian/control
index 7daef2b..f7f41ab 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,8 @@ Build-Depends:
libpixman-1-dev,
libpng12-dev,
librsvg2-bin,
+ libegl1-mesa-dev (>= 7.11~0),
+ libegl1-mesa-drivers (>= 7.11~0),
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-xorg/wayland/wayland-demos
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/wayland/wayland-demos.git