hc
2024-08-13 72be3801e63d82671c9d90577a9efb3126a6aa37
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config BR2_PACKAGE_WIREPLUMBER
   bool "wireplumber"
   depends on BR2_PACKAGE_PIPEWIRE
   depends on BR2_PACKAGE_LUA_5_3 || BR2_PACKAGE_LUA_5_4
   depends on BR2_USE_WCHAR # libglib2
   depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
   depends on BR2_USE_MMU # libglib2
   select BR2_PACKAGE_LIBGLIB2
   help
     WirePlumber is a modular session / policy manager for
     PipeWire and a GObject-based high-level library that
     wraps PipeWire’s API, providing convenience for writing
     the daemon’s modules as well as external tools for
     managing PipeWire.
 
     https://pipewire.pages.freedesktop.org/wireplumber/
 
comment "wireplumber needs a toolchain w/ wchar, threads and Lua >= 5.3"
   depends on BR2_PACKAGE_PIPEWIRE
   depends on BR2_USE_MMU
   depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
       (!BR2_PACKAGE_LUA_5_3 && !BR2_PACKAGE_LUA_5_4)