mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-02 15:38:00 +02:00
6 lines
104 B
Meson
6 lines
104 B
Meson
|
|
executable('node-extra-params',
|
||
|
|
'node-extra-params.c',
|
||
|
|
install: false,
|
||
|
|
dependencies : [wp_dep],
|
||
|
|
)
|