aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 2fb5ecc..b77f48e 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -8,6 +8,7 @@ packages:
- devel/pkgconf
- graphics/mesa-libs
- graphics/wayland-protocols
+ - misc/hwdata
- x11/libX11
- x11/libinput
- x11/libxcb
@@ -28,13 +29,13 @@ sources:
tasks:
- install_deps: |
cd wayland
- git checkout 1.20.0
+ git checkout 1.21.0
meson build -Ddocumentation=false -Dtests=false --prefix /usr
sudo ninja -C build install
cd ..
cd wlroots
- git checkout 0.15.1
+ git checkout 0.16.0
meson build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \
-Dwerror=false -Db_ndebug=false --prefix /usr
sudo ninja -C build/ install