diff options
Diffstat (limited to 'source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild')
-rwxr-xr-x | source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild b/source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild index a8018be1..c7449a6a 100755 --- a/source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild +++ b/source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild @@ -107,6 +107,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-static \ --disable-libportal \ --disable-geoclue \ + --with-systemd=no \ --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 |