mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
libwaylandpp: update to 0.2.7
Update to 0.2.7 and umark broken on armv7l-musl Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
85134e3d92
commit
b1954a9763
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libwaylandpp'
|
# Template file for 'libwaylandpp'
|
||||||
pkgname=libwaylandpp
|
pkgname=libwaylandpp
|
||||||
version=0.2.5
|
version=0.2.7
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="waylandpp-${version}"
|
wrksrc="waylandpp-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE
|
configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE
|
||||||
|
@ -14,13 +14,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/NilsBrause/waylandpp"
|
homepage="https://github.com/NilsBrause/waylandpp"
|
||||||
distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz"
|
distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz"
|
||||||
checksum=5a4361f73d2bee65bfe54b954ce085c9bfc7bc4429ac2bdc97c10e3b84660907
|
checksum=fa31b659a6bb93b322e1068831c9a0135a4687d8ef9ceb2e7660c909ce10bfa6
|
||||||
subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp-devel"
|
subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp-devel"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
armv7l-musl) broken="error: cannot convert 'const wayland::surface_t' to 'wl_surface*'" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" wayland-scanner++"
|
hostmakedepends+=" wayland-scanner++"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue