mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-16 07:09:48 +00:00
chore: Switch wireplumber to instead just look in the correct directory for steamdeck-dsp
This commit is contained in:
parent
af6f449f73
commit
621d853e1e
@ -70,7 +70,8 @@ managing PipeWire.
|
||||
-Dsystemd=enabled \
|
||||
-Dsystemd-user-service=true \
|
||||
-Dintrospection=enabled \
|
||||
-Delogind=disabled
|
||||
-Delogind=disabled \
|
||||
--sysconfdir=%{_rundir}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -81,8 +82,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/wireplumber/{bluetooth.lua.d,common,main.lua
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
ln -s /run/wireplumber %{buildroot}%{_datadir}/wireplumber
|
||||
|
||||
%posttrans
|
||||
%systemd_user_post %{name}.service
|
||||
|
||||
@ -100,7 +99,11 @@ fi
|
||||
%{_bindir}/wireplumber
|
||||
%{_bindir}/wpctl
|
||||
%{_bindir}/wpexec
|
||||
%{_sysconfdir}/wireplumber
|
||||
%dir %{_sysconfdir}/wireplumber
|
||||
%dir %{_sysconfdir}/wireplumber/bluetooth.lua.d
|
||||
%dir %{_sysconfdir}/wireplumber/common
|
||||
%dir %{_sysconfdir}/wireplumber/main.lua.d
|
||||
%dir %{_sysconfdir}/wireplumber/policy.lua.d
|
||||
%{_datadir}/wireplumber/
|
||||
%{_datadir}/zsh/site-functions/_wpctl
|
||||
%{_userunitdir}/wireplumber.service
|
||||
|
Loading…
Reference in New Issue
Block a user