mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
Revert "chore: Disable compression in steamdeck-dsp"
This reverts commit a742740532
.
This commit is contained in:
parent
d419eb775f
commit
a6d0e53f7f
@ -19,6 +19,7 @@ BuildRequires: boost-devel
|
||||
BuildRequires: lv2-devel
|
||||
BuildRequires: g++
|
||||
BuildRequires: ladspa-devel
|
||||
BuildRequires: xz
|
||||
|
||||
%description
|
||||
Steamdeck Audio Processing
|
||||
@ -37,6 +38,8 @@ Steamdeck Audio Processing
|
||||
%make_install DEST_DIR="%{buildroot}" LIB_DIR="%{buildroot}%{_libdir}"
|
||||
mkdir -p %{buildroot}%{_datadir}/licenses/%{name}/
|
||||
cp LICENSE %{buildroot}%{_datadir}/licenses/%{name}/LICENSE
|
||||
xz --check=crc32 %{buildroot}%{_prefix}/lib/firmware/amd/sof/*
|
||||
xz --check=crc32 %{buildroot}%{_prefix}/lib/firmware/amd/sof-tplg/*
|
||||
|
||||
# This lists all the files that are included in the rpm package and that
|
||||
# are going to be installed into target system where the rpm is installed.
|
||||
|
Loading…
Reference in New Issue
Block a user