wbg: 1.0.2

This commit is contained in:
Dylan Araps 2021-07-08 17:51:29 +03:00
parent 2679e2185c
commit ab2a291e8e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 25 additions and 0 deletions

14
wayland/wbg/build Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
--buildtype=release \
--force-fallback-for=tllist \
-Djpeg=enabled \
-Dpng=enabled \
. output
ninja -C output
ninja -C output install

2
wayland/wbg/checksums Normal file
View File

@ -0,0 +1,2 @@
3afcad17233ae3120369eaaf54bde41be8629bcda375d75a2d0d893649e802bc
b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd

6
wayland/wbg/depends Normal file
View File

@ -0,0 +1,6 @@
libjpeg-turbo
libpng
meson make
pixman
wayland
wayland-protocols make

2
wayland/wbg/sources Normal file
View File

@ -0,0 +1,2 @@
https://codeberg.org/dnkl/wbg/archive/1.0.2.tar.gz
https://codeberg.org/dnkl/tllist/archive/1.0.5.tar.gz subprojects/tllist

1
wayland/wbg/version Normal file
View File

@ -0,0 +1 @@
1.0.2 1