From 41ee401cd19ec30148030b8e9aaec8aed81de64f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 13 Aug 2019 11:47:22 +0200 Subject: [PATCH] xfconf: enable gsettings backend by default. --- srcpkgs/xfconf/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template index bede1fe8e30..03e1aeb03a0 100644 --- a/srcpkgs/xfconf/template +++ b/srcpkgs/xfconf/template @@ -1,9 +1,10 @@ # Template file for 'xfconf' pkgname=xfconf version=4.14.1 -revision=1 +revision=2 build_style=gnu-configure -configure_args="$(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')" +configure_args="--enable-gsettings-backend + $(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')" hostmakedepends="pkg-config intltool glib-devel" makedepends="libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')" short_desc="Xfce hierarchical (tree-like) configuration system"