mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
wayland: 1.19.0
This commit is contained in:
parent
26c4f68601
commit
3f3b1fba1e
10
wayland/wayland/build
Executable file
10
wayland/wayland/build
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-documentation \
|
||||
--disable-dtd-validation \
|
||||
--enable-static
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
wayland/wayland/checksums
Normal file
1
wayland/wayland/checksums
Normal file
@ -0,0 +1 @@
|
||||
baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15
|
4
wayland/wayland/depends
Normal file
4
wayland/wayland/depends
Normal file
@ -0,0 +1,4 @@
|
||||
expat
|
||||
flex make
|
||||
libffi
|
||||
meson make
|
1
wayland/wayland/sources
Normal file
1
wayland/wayland/sources
Normal file
@ -0,0 +1 @@
|
||||
https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz
|
1
wayland/wayland/version
Normal file
1
wayland/wayland/version
Normal file
@ -0,0 +1 @@
|
||||
1.19.0 1
|
Loading…
Reference in New Issue
Block a user