xfconf: enable gsettings backend by default.

This commit is contained in:
Juan RP 2019-08-13 11:47:22 +02:00
parent 00e64de63a
commit 41ee401cd1
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -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"