Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 20:00:01 GMT
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: 41360b862828 - main - x11/xdg-desktop-portal-wlr: unbreak with --auto-features=enabled
Message-ID:  <202303202000.32KK01IE002166@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=41360b862828dadc804548886e9c03c66a94d903

commit 41360b862828dadc804548886e9c03c66a94d903
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:43:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:58:58 +0000

    x11/xdg-desktop-portal-wlr: unbreak with --auto-features=enabled
    
    meson.build:111:0: ERROR: Dependency "systemd" not found, tried pkgconfig
    
    PR:             270361
---
 x11/xdg-desktop-portal-wlr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile
index 06d2d44ece5f..460b14fe9f9d 100644
--- a/x11/xdg-desktop-portal-wlr/Makefile
+++ b/x11/xdg-desktop-portal-wlr/Makefile
@@ -24,7 +24,7 @@ USES=		compiler:c11 gl meson pkgconfig
 USE_GITHUB=	yes
 USE_GL=		gbm
 GH_ACCOUNT=	emersion
-MESON_ARGS=	-Dsd-bus-provider=basu
+MESON_ARGS=	-Dsd-bus-provider=basu -Dsystemd=disabled
 PLIST_FILES=	libexec/${PORTNAME} \
 		share/dbus-1/services/org.freedesktop.impl.portal.desktop.wlr.service \
 		share/xdg-desktop-portal/portals/wlr.portal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303202000.32KK01IE002166>