diff options
Diffstat (limited to 'user/xfconf/APKBUILD')
-rw-r--r-- | user/xfconf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/xfconf/APKBUILD b/user/xfconf/APKBUILD index e66232ca3..c211fb629 100644 --- a/user/xfconf/APKBUILD +++ b/user/xfconf/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Configuration framework for the XFCE desktop environment" url="https://xfce.org" arch="all" -options="!check" # tests require X11 +options="!check" # Tests require X11. license="LGPL-2.1+ AND GPL-2.0+" depends="dbus" makedepends="intltool gtk+3.0-dev libxfce4util-dev" |