mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gnote: add missing libxml2 dep
This commit is contained in:
parent
6166be7c80
commit
4e21717e57
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue