mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
parent
2d1341c1c0
commit
5ddd0b6790
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'wayland'
|
||||
pkgname=wayland
|
||||
version=1.23.1
|
||||
revision=2
|
||||
revision=1
|
||||
build_style=meson
|
||||
# "Tests must not be built with NDEBUG defined, they rely on assert()."
|
||||
configure_args="-Ddocumentation=true -Db_ndebug=false"
|
||||
hostmakedepends="flex pkg-config graphviz doxygen libxslt xmlto docbook-xsl"
|
||||
configure_args="-Ddocumentation=false -Db_ndebug=false"
|
||||
hostmakedepends="flex pkg-config"
|
||||
makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
|
||||
short_desc="Core Wayland window system code and protocol"
|
||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
|
@ -36,7 +36,6 @@ wayland-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/share/wayland
|
||||
vmove usr/share/man/man3
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue