mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wayland: update to 1.18.0.
Switch to meson build system.
This commit is contained in:
parent
8abfa0a428
commit
0f7885c6d6
1 changed files with 10 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'wayland'
|
# Template file for 'wayland'
|
||||||
pkgname=wayland
|
pkgname=wayland
|
||||||
version=1.17.0
|
version=1.18.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--disable-documentation --disable-static"
|
configure_args="-Ddocumentation=false"
|
||||||
hostmakedepends="flex pkg-config"
|
hostmakedepends="flex pkg-config"
|
||||||
makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
|
makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
|
||||||
short_desc="Wayland protocol compositor"
|
short_desc="Wayland protocol compositor"
|
||||||
|
@ -11,17 +11,18 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://wayland.freedesktop.org/"
|
homepage="https://wayland.freedesktop.org/"
|
||||||
distfiles="https://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
distfiles="https://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
||||||
checksum=72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4
|
checksum=4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d
|
||||||
|
|
||||||
|
CFLAGS="-UNDEBUG"
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" wayland-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" wayland-devel"
|
|
||||||
configure_args+=" --with-host-scanner"
|
|
||||||
fi
|
|
||||||
|
|
||||||
wayland-devel_package() {
|
wayland-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue