debian/changelog | 2 ++ debian/libegl1-mesa-dev.install.linux.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)
New commits: commit 06ba55b1a71730d2f456b5155a49ea117fcd2b0e Author: Timo Aaltonen <[email protected]> Date: Tue Mar 13 16:18:41 2012 +0200 Ship libwayland-egl.so in ../mesa-egl, like the rest of the EGL stuff. Symlink pointing there was already being created. diff --git a/debian/changelog b/debian/changelog index 77ecef7..21dd5b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ mesa (8.0.1-0ubuntu3) UNRELEASED; urgency=low * Ship libwayland-egl.so.* only in libegl1-mesa-drivers, replace the old libegl-mesa. + * Ship libwayland-egl.so in ../mesa-egl, like the rest of the EGL stuff. + Symlink pointing there was already being created. -- Timo Aaltonen <[email protected]> Tue, 13 Mar 2012 15:20:55 +0200 diff --git a/debian/libegl1-mesa-dev.install.linux.in b/debian/libegl1-mesa-dev.install.linux.in index e67025b..f2fdc87 100644 --- a/debian/libegl1-mesa-dev.install.linux.in +++ b/debian/libegl1-mesa-dev.install.linux.in @@ -6,5 +6,5 @@ dri/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/egl.pc usr/lib/${DEB_HOST_MULTIARCH} dri/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/wayland-egl.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig # Wayland support, only on Linux: -dri/usr/lib/${DEB_HOST_MULTIARCH}/libwayland-egl.so usr/lib/${DEB_HOST_MULTIARCH} +dri/usr/lib/${DEB_HOST_MULTIARCH}/libwayland-egl.so usr/lib/${DEB_HOST_MULTIARCH}/mesa-egl dri/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/wayland-egl.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

