From 45de65796688043783485caef63df03ce3565ce3 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 22 Mar 2020 18:28:04 +0100 Subject: [PATCH] wf-config: fix build and dependencies I don't know what exactly libxml2-devel is pulled in through on x86_64, but on other systems the dependency is missing. It is necessary to add it in both makedepends and depends for the devel package as the pkg-config file for wf-config requires it. --- srcpkgs/wf-config/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wf-config/template b/srcpkgs/wf-config/template index c83914bde28..badf10acffd 100644 --- a/srcpkgs/wf-config/template +++ b/srcpkgs/wf-config/template @@ -1,10 +1,11 @@ # Template file for 'wf-config' pkgname=wf-config version=0.4.0 -revision=1 +revision=2 build_style=meson hostmakedepends="pkg-config" -makedepends="glm libevdev-devel wlroots-devel xcb-util-errors-devel xcb-util-wm-devel" +makedepends="glm libevdev-devel wlroots-devel xcb-util-errors-devel + xcb-util-wm-devel libxml2-devel" short_desc="Wayfire library for managing configuration files" maintainer="Young Jin Park " license="MIT" @@ -17,7 +18,8 @@ post_install() { } wf-config-devel_package() { - depends="libevdev-devel wlroots-devel ${sourcepkg}>=${version}_${revision}" + depends="libevdev-devel wlroots-devel libxml2-devel + ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include