Date: Mon, 24 Nov 2025 22:04:49 +0000 From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: df840a4fa1fe - main - x11/xdg-desktop-portal-wlr: simplify MESON_ARGS after 5cf2c031f53e Message-ID: <6924d681.327c6.f012b5b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=df840a4fa1fe753545214842bb4dd5dadef8cede commit df840a4fa1fe753545214842bb4dd5dadef8cede Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-11-22 13:34:10 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-11-24 22:02:49 +0000 x11/xdg-desktop-portal-wlr: simplify MESON_ARGS after 5cf2c031f53e --- x11/xdg-desktop-portal-wlr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile index 94d098a5cae5..e4112de57b4b 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -24,7 +24,8 @@ USES= compiler:c11 gl meson pkgconfig USE_GITHUB= yes USE_GL= gbm GH_ACCOUNT= emersion -MESON_ARGS= -Dsd-bus-provider=basu -Dsystemd=disabled +MESON_DISABLED= systemd +MESON_ARGS= -Dsd-bus-provider=basu PLIST_FILES= libexec/${PORTNAME} \ share/dbus-1/services/org.freedesktop.impl.portal.desktop.wlr.service \ share/xdg-desktop-portal/portals/wlr.portalhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6924d681.327c6.f012b5b>
