Skip to content

Commit e5950c9

Browse files
authored
Merge pull request #3361 from dlorenc/wayland
Drop noexecheap from wayland-protocols
2 parents 74f14f7 + 856d322 commit e5950c9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

wayland-protocols.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
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:
1818
pipeline:
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

0 commit comments

Comments
 (0)