build: update to wlroots 0.19
This commit is contained in:
@ -7,6 +7,7 @@ packages:
|
||||
- devel/meson
|
||||
- devel/pkgconf
|
||||
- graphics/mesa-libs
|
||||
- graphics/wayland
|
||||
- graphics/wayland-protocols
|
||||
- misc/hwdata
|
||||
- x11/libX11
|
||||
@ -26,19 +27,13 @@ packages:
|
||||
- wget
|
||||
sources:
|
||||
- https://codeberg.org/river/river
|
||||
- https://gitlab.freedesktop.org/wayland/wayland.git
|
||||
- https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
tasks:
|
||||
- install_deps: |
|
||||
cd wayland
|
||||
git checkout 1.23.0
|
||||
meson setup build -Ddocumentation=false -Dtests=false --prefix /usr
|
||||
sudo ninja -C build install
|
||||
cd ..
|
||||
|
||||
cd wlroots
|
||||
git checkout 0.18.0
|
||||
git checkout 0.19.0
|
||||
meson setup build --auto-features=enabled -Drenderers=gles2 \
|
||||
-Dallocators=gbm \
|
||||
-Dcolor-management=disabled -Dlibliftoff=disabled \
|
||||
-Dexamples=false -Dwerror=false -Db_ndebug=false \
|
||||
-Dxcb-errors=disabled --prefix /usr
|
||||
|
Reference in New Issue
Block a user