gnote: add missing libxml2 dep

This commit is contained in:
maxice8 2018-10-25 01:37:12 -03:00
parent 6166be7c80
commit 4e21717e57
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ lib32disabled=yes
build_style=gnu-configure
configure_args="--disable-schemas-compile --disable-static --with-x11-support --with-cxx11-support"
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"
short_desc="GNOME note taking application"
maintainer="Juan RP <xtraeme@voidlinux.eu>"