Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 20:00:04 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: 4aa04643b80e - main - x11/waybar: unbreak with --auto-features=enabled
Message-ID:  <202303202000.32KK04tY003567@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=4aa04643b80ee39a9830d614a0ddf1bc1ad6a142

commit 4aa04643b80ee39a9830d614a0ddf1bc1ad6a142
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:48:42 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:58:59 +0000

    x11/waybar: unbreak with --auto-features=enabled
    
    meson.build:98:0: ERROR: Dependency "libnl-3.0" not found, tried pkgconfig
    meson.build:108:0: ERROR: Dependency "wireplumber-0.4" not found, tried pkgconfig and cmake
    meson.build:125:0: ERROR: Dependency "systemd" not found, tried pkgconfig and cmake
    
    PR:             270361
---
 x11/waybar/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile
index 94477aa7e41c..4dd5632c26a2 100644
--- a/x11/waybar/Makefile
+++ b/x11/waybar/Makefile
@@ -29,7 +29,7 @@ USE_GITHUB=	yes
 USE_GNOME=	gtkmm30
 GH_ACCOUNT=	Alexays
 GH_PROJECT=	Waybar
-MESON_ARGS=	-Dtests=disabled
+MESON_ARGS=	${libnl systemd wireplumber tests:L:C/.*/-D&=disabled/}
 PLIST_FILES=	bin/${PORTNAME} \
 		etc/xdg/${PORTNAME}/config \
 		etc/xdg/${PORTNAME}/style.css



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