mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wayland: adopt libwayland-egl.so.1 from libGL package.
This commit is contained in:
parent
4942a46b43
commit
871599176d
2 changed files with 6 additions and 9 deletions
|
@ -127,7 +127,7 @@ libGLESv2.so rpi-userland-0.0.0.0.20150907_1
|
||||||
libbrcmEGL.so rpi-userland-20180103_2
|
libbrcmEGL.so rpi-userland-20180103_2
|
||||||
libbrcmGLESv2.so rpi-userland-20180103_2
|
libbrcmGLESv2.so rpi-userland-20180103_2
|
||||||
libbrcmOpenVG.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
|
libGL.so.1 libGL-7.11_1
|
||||||
libnvidia-ml.so.1 nvidia-libs-346.47_1 ignore
|
libnvidia-ml.so.1 nvidia-libs-346.47_1 ignore
|
||||||
libnvidia-ml.so.1 nvidia304-libs-304.00_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
|
pkgname=wayland
|
||||||
version=1.15.0
|
version=1.15.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation --disable-static"
|
configure_args="--disable-documentation --disable-static"
|
||||||
hostmakedepends="automake flex libtool pkg-config"
|
hostmakedepends="automake flex libtool pkg-config"
|
||||||
|
@ -9,18 +9,15 @@ makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
|
||||||
short_desc="Wayland protocol compositor"
|
short_desc="Wayland protocol compositor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://wayland.freedesktop.org/"
|
homepage="https://wayland.freedesktop.org/"
|
||||||
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
distfiles="https://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
||||||
checksum=eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0
|
checksum=eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
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
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue