kmod: fix -devel rdeps.
This commit is contained in:
parent
7bfd81fd88
commit
134c0613f4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kmod'
|
||||
pkgname=kmod
|
||||
version=18
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-zlib --with-xz"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -34,7 +34,7 @@ libkmod_package() {
|
|||
}
|
||||
}
|
||||
libkmod-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} libkmod>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue