mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
meson: add processing of "staging" Wayland protocols
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5593>
This commit is contained in:
parent
c48e96fd76
commit
cad42b0511
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ if use_wayland
|
|||
proto_stability = protodef.get(1)
|
||||
if proto_stability == 'stable'
|
||||
output_base = proto_name
|
||||
elif proto_stability == 'staging'
|
||||
proto_version = protodef.get(2)
|
||||
output_base = f'@proto_name@-@proto_version@'
|
||||
else
|
||||
proto_version = protodef.get(2)
|
||||
output_base = f'@proto_name@-@proto_stability@-@proto_version@'
|
||||
|
|
Loading…
Reference in a new issue