mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
257a807568
Release announcements: - Alpha: https://lists.freedesktop.org/archives/wayland-devel/2022-May/042194.html - Beta: https://lists.freedesktop.org/archives/wayland-devel/2022-June/042228.html - RC1: https://lists.freedesktop.org/archives/wayland-devel/2022-June/042261.html - 1.21: https://lists.freedesktop.org/archives/wayland-devel/2022-June/042268.html The URLs of the release tarballs did change as can be seen on the website [0] (the old URL scheme doesn't work anymore). [0]: https://wayland.freedesktop.org/releases.html
14 lines
359 B
Diff
14 lines
359 B
Diff
diff --git a/egl/meson.build b/egl/meson.build
|
|
index b3cbdf3..cdc15ca 100644
|
|
--- a/egl/meson.build
|
|
+++ b/egl/meson.build
|
|
@@ -11,7 +11,7 @@ wayland_egl = library(
|
|
|
|
executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')
|
|
|
|
-nm_path = find_program('nm').full_path()
|
|
+nm_path = find_program('@nm@').full_path()
|
|
|
|
test(
|
|
'wayland-egl symbols check',
|