Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 20:00:02 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: cc5395cb8afd - main - x11/xdg-desktop-portal-hyprland: unbreak with --auto-features=enabled
Message-ID:  <202303202000.32KK02d5002725@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=cc5395cb8afd5e2e2dce0240cc903469af3e012a

commit cc5395cb8afd5e2e2dce0240cc903469af3e012a
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:44:37 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:58:59 +0000

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

diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile
index 4ebf92d8db85..f7c66e780b5a 100644
--- a/x11/xdg-desktop-portal-hyprland/Makefile
+++ b/x11/xdg-desktop-portal-hyprland/Makefile
@@ -30,7 +30,7 @@ USE_GL=		gbm
 GH_ACCOUNT=	hyprwm
 GH_TAGNAME=	85f49f4
 GH_TUPLE=	hyprwm:hyprland-protocols:b8f55e0:hyprland_protocols/subprojects/hyprland-protocols
-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.hyprland.service \
 		share/xdg-desktop-portal/portals/hyprland.portal



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