From 76ecf0a071896b627e941ab7e18106958e3cd6f9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 18 Apr 2018 13:05:42 +0200 Subject: [PATCH] wayland: remove libwayland-egl as this file is provided by libwayland-egl --- srcpkgs/wayland/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 6068a5f4718..bea23d4ccbb 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -17,6 +17,8 @@ pre_configure() { autoreconf -fi } post_install() { + # avoid conflict with libGLs libwayland-egl + rm $DESTDIR/usr/lib/libwayland-egl.so.* vlicense COPYING }