mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-21 19:50:03 +01:00
10 lines
214 B
Meson
10 lines
214 B
Meson
executable('wpctl',
|
|
'wpctl.c',
|
|
c_args : [
|
|
'-D_GNU_SOURCE',
|
|
'-DG_LOG_USE_STRUCTURED',
|
|
'-DG_LOG_DOMAIN="wpctl"',
|
|
],
|
|
install: true,
|
|
dependencies : [gobject_dep, gio_dep, wp_dep, pipewire_dep],
|
|
)
|