mesa: Changes to 'debian-unstable'
debian/changelog | 2 ++
debian/control | 1 +
2 files changed, 3 insertions(+)
New commits:
commit 678bac99cf695f83b528b516ff48f3d9d359165c
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Thu Jan 15 14:26:50 2015 +0200
control: Add depends on libwayland-egl1-mesa to libegl1-mesa-dev, since it ships libwayland-egl.so on Linux.
diff --git a/debian/changelog b/debian/changelog
index 47f4715..92c6a73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ mesa (10.4.2-2) UNRELEASED; urgency=medium
* rules: Drop dh_makeshlibs exception on gbm_gallium_drm.so as it's
gone now.
+ * control: Add depends on libwayland-egl1-mesa to libegl1-mesa-dev,
+ since it ships libwayland-egl.so on Linux.
-- Timo Aaltonen <tjaalton@debian.org> Wed, 14 Jan 2015 15:12:07 +0200
diff --git a/debian/control b/debian/control
index 640ba63..d10a178 100644
--- a/debian/control
+++ b/debian/control
@@ -289,6 +289,7 @@ Section: libdevel
Architecture: any
Depends:
libegl1-mesa (= ${binary:Version}),
+ libwayland-egl1-mesa (= ${binary:Version}) [linux-any],
libdrm-dev (>= 2.4.52) [!hurd-any],
x11proto-dri2-dev (>= 2.6),
x11proto-gl-dev (>= 1.4.14),
Reply to: