libxml2: -devel depends on icu-devel
This commit is contained in:
parent
2bc9974df9
commit
116e3ef09d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libxml2'.
|
# Template build file for 'libxml2'.
|
||||||
pkgname=libxml2
|
pkgname=libxml2
|
||||||
version=2.9.6
|
version=2.9.6
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-threads --with-history --with-icu"
|
configure_args="--disable-static --with-threads --with-history --with-icu"
|
||||||
hostmakedepends="automake libtool gettext-devel pkg-config python-devel"
|
hostmakedepends="automake libtool gettext-devel pkg-config python-devel"
|
||||||
|
@ -30,7 +30,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libxml2-devel_package() {
|
libxml2-devel_package() {
|
||||||
depends="zlib-devel liblzma-devel libxml2>=${version}_${revision}"
|
depends="zlib-devel liblzma-devel icu-devel libxml2>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue