diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-05-03 16:50:06 +0000 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-05-03 20:00:45 +0300 |
commit | 6ae6b5dbb6c4f33f3c8ba12cd889100376d1edd8 (patch) | |
tree | ddaf42a5db5e293f4d891c65ae1adccb49a92b71 | |
parent | c0305f4f864543f8c3fea6f302e91c9b1d3396f3 (diff) |
Test RDP backend on FreeBSD as well
-rw-r--r-- | .builds/freebsd.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |