mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
build: use dicts instead of get_variable
Closes: https://github.com/swaywm/wlroots/issues/1963
This commit is contained in:
parent
0b882475ad
commit
ab4f642153
3 changed files with 10 additions and 7 deletions
|
|
@ -16,5 +16,5 @@ client_protos = [
|
|||
]
|
||||
|
||||
foreach proto : client_protos
|
||||
wlr_files += get_variable(proto.underscorify() + '_client_h')
|
||||
wlr_files += protocols_client_header[proto]
|
||||
endforeach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue