wayland: remove libwayland-egl as this file is provided by libwayland-egl
This commit is contained in:
parent
2d868e0083
commit
76ecf0a071
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue