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