wayland: remove libwayland-egl as this file is provided by libwayland-egl

This commit is contained in:
Enno Boland
2018-04-18 13:05:42 +02:00
parent 2d868e0083
commit 76ecf0a071

View File

@@ -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
}