From 6ae6b5dbb6c4f33f3c8ba12cd889100376d1edd8 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 3 May 2019 16:50:06 +0000 Subject: [PATCH] Test RDP backend on FreeBSD as well --- .builds/freebsd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index e37288b4..a044362b 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -11,6 +11,7 @@ packages: - graphics/wayland - graphics/wayland-protocols - multimedia/ffmpeg +- net/freerdp - x11/libX11 - x11/libinput - x11/libxcb @@ -23,5 +24,5 @@ sources: tasks: - wlroots: | cd wlroots - meson build -Dauto_features=enabled -Dlogind=disabled -Dlibcap=disabled -Dfreerdp=disabled + meson build -Dauto_features=enabled -Dlogind=disabled -Dlibcap=disabled ninja -C build