File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11package :
22 name : wayland-protocols
3- version : " 1.31 "
3+ version : " 1.32 "
44 epoch : 0
55 description : Protocols and protocol extensions complementing the Wayland core protocol
66 copyright :
@@ -18,12 +18,15 @@ environment:
1818pipeline :
1919 - uses : fetch
2020 with :
21- expected-sha256 : a07fa722ed87676ec020d867714bc9a2f24c464da73912f39706eeef5219e238
21+ expected-sha256 : 7459799d340c8296b695ef857c07ddef24c5a09b09ab6a74f7b92640d2b1ba11
2222 uri : https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${{package.version}}/downloads/wayland-protocols-${{package.version}}.tar.xz
2323
24- - uses : meson/configure
25-
26- - uses : meson/compile
24+ - runs : |
25+ # This flag doesn't work on the new version
26+ export LDFLAGS="$(echo $LDFLAGS | sed 's/,-z,noexecheap//g')"
27+ env
28+ meson . output --prefix=/usr
29+ meson compile -j $(nproc) -C output
2730
2831 - uses : meson/install
2932
You can’t perform that action at this time.
0 commit comments