libdvdread: fix -devel depends.
This commit is contained in:
parent
e433b6d5cb
commit
aa047ebc92
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libdvdread'
|
||||
pkgname=libdvdread
|
||||
version=6.0.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-libdvdcss"
|
||||
hostmakedepends="pkgconf"
|
||||
|
@ -14,7 +14,7 @@ distfiles="https://get.videolan.org/libdvdread/${version}/libdvdread-${version}.
|
|||
checksum=28ce4f0063883ca4d37dfd40a2f6685503d679bca7d88d58e04ee8112382d5bd
|
||||
|
||||
libdvdread-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision} libdvdcss-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue