mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
libdex: include libucontext-devel in -devel depends
This commit is contained in:
parent
c7d07ccb0a
commit
1431b4991e
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libdex'
|
||||
pkgname=libdex
|
||||
version=0.10.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
configure_args="-Dexamples=false
|
||||
|
@ -36,8 +36,10 @@ else
|
|||
fi
|
||||
|
||||
libdex-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}
|
||||
liburing-devel"
|
||||
depends="${sourcepkg}-${version}_${revision} liburing-devel"
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
depends+=" libucontext-devel"
|
||||
else
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue