Commit: 1a15ce8a36a21a359e9da4bef317f07e3b732d48 Parent: bb1dfcef00568beffef97941e96ef048ad1a3452 Author: opask Date: Mon, 4 Mar 2019 20:47:27 -0700 fix install phase for mesa +wayland these libs aren't built as part of mesa anymore Diffstat:
M | media-libs/mesa/mesa-18.2.8.ebuild | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/media-libs/mesa/mesa-18.2.8.ebuild b/media-libs/mesa/mesa-18.2.8.ebuild @@ -393,14 +393,6 @@ multilib_src_configure() { multilib_src_install() { emake install DESTDIR="${D}" - if use wayland; then - # These files are now provided by >=dev-libs/wayland-1.15.0 - rm "${ED}/usr/$(get_libdir)/libwayland-egl.so" || die - rm "${ED}/usr/$(get_libdir)/libwayland-egl.so.1" || die - rm "${ED}/usr/$(get_libdir)/libwayland-egl.so.1.0.0" || die - rm "${ED}/usr/$(get_libdir)/pkgconfig/wayland-egl.pc" || die - fi - if use opencl; then ebegin "Moving Gallium/Clover OpenCL implementation for dynamic switching" local cl_dir="/usr/$(get_libdir)/OpenCL/vendors/mesa"