wlroots: 0.14.0

This commit is contained in:
Dylan Araps 2021-07-08 01:06:54 +03:00
parent d4b894c2e7
commit 61ef07d724
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 30 additions and 0 deletions

14
wayland/wlroots/build Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
-Ddefault_library=both \
-Dexamples=false \
-Dxcb-errors=disabled \
-Dx11-backend=disabled \
. build
ninja -C build
ninja -C build install

View File

@ -0,0 +1,2 @@
2a8435bf63681868699c4e3975df31cb111ad2d3f35740179036083f87382ac7
45de0d0b7135d4c11cd9a2e8ddf8c0f179ecfb45987d205e35711e1a0a432a99

12
wayland/wlroots/depends Normal file
View File

@ -0,0 +1,12 @@
flex make
libdrm
libinput
libseat
libudev-zero
libxkbcommon
linux-headers make
mesa
meson make
pixman
wayland
wayland-protocols make

1
wayland/wlroots/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/swaywm/wlroots/releases/download/0.14.0/wlroots-0.14.0.tar.gz

1
wayland/wlroots/version Normal file
View File

@ -0,0 +1 @@
0.14.0 1