wlroots: -> 0.16.2

This commit is contained in:
Tim Biermann 2023-02-17 14:58:39 +01:00
parent 5498d08a6b
commit 63a23df3f1
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32A3yOQJQoodIM6fZ6xL/b0R8cCpxOQuWnFw63psCNyNFjCM+ZI3R8wv2GXLhbbfzUYIP2mbG4qjRISA7W8G5Aw=
SHA256 (Pkgfile) = a3156a49edeecc48f07ca29185516d74c807963fcf45888575def045f8713a18
RWSagIOpLGJF3wYymXwP6qR6rdSOOP/B5PVnMgJQRKZtQSqh57E2NdxCaA9M0XP5OYnlDUZVH9FQPy/0HYsxL55X8oD+7vmhqwA=
SHA256 (Pkgfile) = bcff43690b899fa9ffd2090dfded6408a547af7a4daa20eabe67d549a1a6a0bc
SHA256 (.footprint) = d82f8ef4abc1440c436e57044168e81a5911187958447747a1d3a2f1ad0ab7a0
SHA256 (wlroots-0.16.2.tar.bz2) = afea2cc740344c4e86749cf4908e07692e183cb14a3db854d24dec454c664b88

View File

@ -6,7 +6,7 @@
name=wlroots
version=0.16.2
release=1
release=2
source=(https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/$version/wlroots-$version.tar.bz2)
build() {
@ -20,7 +20,8 @@ build() {
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D backends=drm$WLROOTS_BACKENDS
-D backends=drm$WLROOTS_BACKENDS \
-D examples=false
meson compile -C build
DESTDIR=$PKG meson install -C build