mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
wayland-devel: depends on libffi-devel.
This commit is contained in:
parent
0c14b6f9b7
commit
ecbfe015b5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wayland'
|
# Template file for 'wayland'
|
||||||
pkgname=wayland
|
pkgname=wayland
|
||||||
version=1.18.0
|
version=1.18.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Ddocumentation=false"
|
configure_args="-Ddocumentation=false"
|
||||||
hostmakedepends="flex pkg-config"
|
hostmakedepends="flex pkg-config"
|
||||||
|
@ -24,7 +24,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
wayland-devel_package() {
|
wayland-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="libffi-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue