summaryrefslogtreecommitdiffstats
path: root/source/l/gvfs/gvfs.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/gvfs/gvfs.SlackBuild')
-rwxr-xr-xsource/l/gvfs/gvfs.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/l/gvfs/gvfs.SlackBuild b/source/l/gvfs/gvfs.SlackBuild
index 199ebdbfc..a3f5bd153 100755
--- a/source/l/gvfs/gvfs.SlackBuild
+++ b/source/l/gvfs/gvfs.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2009-2012 Robby Workman, Northport, Alabama, USA
-# Copyright 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2017, 2018, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gvfs
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -92,7 +92,7 @@ meson setup \
--sysconfdir=/etc \
--localstatedir=/var \
--buildtype=release \
- -Ddnssd=false \
+ -Ddnssd=true \
-Dgoa=false \
-Dgoogle=false \
-Dlogind=true \