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
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ pre_configure() {
autoreconf -fi autoreconf -fi
} }
post_install() { post_install() {
# avoid conflict with libGLs libwayland-egl
rm $DESTDIR/usr/lib/libwayland-egl.so.*
vlicense COPYING vlicense COPYING
} }