wayland: adopt libwayland-egl.so.1 from libGL package.
This commit is contained in:
parent
4942a46b43
commit
871599176d
|
@ -127,7 +127,7 @@ libGLESv2.so rpi-userland-0.0.0.0.20150907_1
|
|||
libbrcmEGL.so rpi-userland-20180103_2
|
||||
libbrcmGLESv2.so rpi-userland-20180103_2
|
||||
libbrcmOpenVG.so rpi-userland-20180103_2
|
||||
libwayland-egl.so.1 libwayland-egl-9.0.1_4
|
||||
libwayland-egl.so.1 wayland-1.15.0_4
|
||||
libGL.so.1 libGL-7.11_1
|
||||
libnvidia-ml.so.1 nvidia-libs-346.47_1 ignore
|
||||
libnvidia-ml.so.1 nvidia304-libs-304.00_1 ignore
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wayland'.
|
||||
# Template file for 'wayland'
|
||||
pkgname=wayland
|
||||
version=1.15.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-documentation --disable-static"
|
||||
hostmakedepends="automake flex libtool pkg-config"
|
||||
|
@ -9,18 +9,15 @@ makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
|
|||
short_desc="Wayland protocol compositor"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://wayland.freedesktop.org/"
|
||||
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
||||
homepage="https://wayland.freedesktop.org/"
|
||||
distfiles="https://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
||||
checksum=eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
# avoid conflict with libGLs libwayland-egl/MesaLib-devel
|
||||
rm -f ${DESTDIR}/usr/lib/libwayland-egl.so*
|
||||
rm -f ${DESTDIR}/usr/lib/pkgconfig/wayland-egl.pc
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue