Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 20:31:36 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: b5fedf3a9612 - main - x11-wm/hyprland: unbreak with --auto-features=enabled
Message-ID:  <202303202031.32KKVaYi061011@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=b5fedf3a96124dba79e7fda6985820e06b51108c

commit b5fedf3a96124dba79e7fda6985820e06b51108c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 20:25:38 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 20:31:07 +0000

    x11-wm/hyprland: unbreak with --auto-features=enabled
    
    meson.build:60:0: ERROR: Dependency "libsystemd" not found, tried pkgconfig and cmake
    
    PR:             270361
---
 x11-wm/hyprland/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index d8d4b2ff9165..63c9f145c399 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -29,6 +29,7 @@ GH_ACCOUNT=	hyprwm
 GH_PROJECT=	Hyprland
 GH_TUPLE=	hyprwm:hyprland-protocols:301733a:hyprland_protocols/subprojects/hyprland-protocols \
 		canihavesomecoffee:udis86:1.7.2-186-g5336633:udis86/subprojects/udis86
+MESON_ARGS=	-Dsystemd=disabled
 
 OPTIONS_DEFINE=	X11
 OPTIONS_DEFAULT=X11



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