aboutsummaryrefslogtreecommitdiff
path: root/x11/waybar
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-20 19:48:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-20 19:58:59 +0000
commit4aa04643b80ee39a9830d614a0ddf1bc1ad6a142 (patch)
tree90b67257939b15d082df1178a48ac15b3db271e6 /x11/waybar
parent6b1c4e84699b218169a140356807a607af96d03f (diff)
downloadports-4aa04643b80ee39a9830d614a0ddf1bc1ad6a142.tar.gz
ports-4aa04643b80ee39a9830d614a0ddf1bc1ad6a142.zip
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
Diffstat (limited to 'x11/waybar')
-rw-r--r--x11/waybar/Makefile2
1 files changed, 1 insertions, 1 deletions
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