Skip to content

Commit 82b17b7

Browse files
bgilbertneheb
authored andcommitted
wayland: add provide for wayland-scanner program
Upstream has a meson.override_find_program() for it. Also switch to dependency_names.
1 parent 6535d42 commit 82b17b7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

releases.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4433,7 +4433,11 @@
44334433
"wayland-egl",
44344434
"wayland-server"
44354435
],
4436+
"program_names": [
4437+
"wayland-scanner"
4438+
],
44364439
"versions": [
4440+
"1.24.0-2",
44374441
"1.24.0-1",
44384442
"1.23.1-1",
44394443
"1.23.0-1",

subprojects/wayland.wrap

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ source_filename = wayland-1.24.0.tar.xz
55
source_hash = 82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536
66

77
[provide]
8-
wayland-cursor = wayland_cursor_dep
9-
wayland-egl = wayland_egl_dep
10-
wayland-server = wayland_server_dep
11-
wayland-client = wayland_client_dep
8+
dependency_names = wayland-client, wayland-cursor, wayland-egl, wayland-server
9+
program_names = wayland-scanner

0 commit comments

Comments
 (0)