mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
wlroots: 0.14.0
This commit is contained in:
parent
d4b894c2e7
commit
61ef07d724
14
wayland/wlroots/build
Executable file
14
wayland/wlroots/build
Executable 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
|
2
wayland/wlroots/checksums
Normal file
2
wayland/wlroots/checksums
Normal file
@ -0,0 +1,2 @@
|
||||
2a8435bf63681868699c4e3975df31cb111ad2d3f35740179036083f87382ac7
|
||||
45de0d0b7135d4c11cd9a2e8ddf8c0f179ecfb45987d205e35711e1a0a432a99
|
12
wayland/wlroots/depends
Normal file
12
wayland/wlroots/depends
Normal 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
1
wayland/wlroots/sources
Normal 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
1
wayland/wlroots/version
Normal file
@ -0,0 +1 @@
|
||||
0.14.0 1
|
Loading…
Reference in New Issue
Block a user