mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
wayland: remove libwayland-egl as this file is provided by libwayland-egl
This commit is contained in:
parent
2d868e0083
commit
76ecf0a071
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue