diff options
| -rw-r--r-- | x11/waybar/Makefile | 2 |
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 |
