gnote: add missing libxml2 dep
This commit is contained in:
parent
6166be7c80
commit
4e21717e57
|
@ -6,7 +6,8 @@ lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-static --with-x11-support --with-cxx11-support"
|
configure_args="--disable-schemas-compile --disable-static --with-x11-support --with-cxx11-support"
|
||||||
hostmakedepends="pkg-config itstool intltool desktop-file-utils"
|
hostmakedepends="pkg-config itstool intltool desktop-file-utils"
|
||||||
makedepends="boost-devel libsecret-devel libxslt-devel libuuid-devel gtkmm-devel"
|
makedepends="boost-devel libsecret-devel libxslt-devel libuuid-devel gtkmm-devel
|
||||||
|
libxml2-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="GNOME note taking application"
|
short_desc="GNOME note taking application"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
|
Loading…
Reference in New Issue