summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-06-20 18:57:00 +0200
committerCyril Brulebois <kibi@debian.org>2011-06-20 19:19:05 +0200
commit36b683daa4cd002bd575c6a7c5f8ab6d168f60b0 (patch)
tree05bb42c29f54f6e96f4efce92f12d4d9141e6f88
parent2e9ea45a86a2a3baf2c34d25bbfbb85f9e4da7d5 (diff)
Use explicit dependencies on the egl1/gles2 packages.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control3
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 58812ef..2018caa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,5 +3,6 @@ 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).
+ * Use explicit dependencies on the egl1/gles2 packages.
-- Cyril Brulebois <kibi@debian.org> Thu, 16 Jun 2011 14:08:14 +0200
diff --git a/debian/control b/debian/control
index f7f41ab..3601333 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/wayland/wayland-demos.git
Package: wayland-demos
Architecture: any
Depends:
+ libegl1-mesa (>= 7.11~0),
+ libegl1-mesa-drivers (>= 7.11~0),
+ libgles2-mesa (>= 7.11~0),
${shlibs:Depends},
${misc:Depends},
Description: sample compositor and demo clients for Wayland