diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2022-11-13 16:36:21 +0100 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2022-11-13 16:36:21 +0100 |
| commit | 29f32639a6d14be642fba38c578d51d10ba73f62 (patch) | |
| tree | ef4b076f1ef538927d2fc7e9a3c802735a79bda3 /.builds/freebsd.yml | |
| parent | 489a49735ab69054debb5af9bcdba677d7a5c61f (diff) | |
| download | river-29f32639a6d14be642fba38c578d51d10ba73f62.tar.gz river-29f32639a6d14be642fba38c578d51d10ba73f62.tar.xz | |
ci: update to wlroots 0.16.0 and wayland 1.21.0
Diffstat (limited to '.builds/freebsd.yml')
| -rw-r--r-- | .builds/freebsd.yml | 5 |
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 |
