diff --git a/wlroots/.signature b/wlroots/.signature index 11e84e470..cb2e83a19 100644 --- a/wlroots/.signature +++ b/wlroots/.signature @@ -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 diff --git a/wlroots/Pkgfile b/wlroots/Pkgfile index 52bc43915..b85842b29 100644 --- a/wlroots/Pkgfile +++ b/wlroots/Pkgfile @@ -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