[packages/webrtc-audio-processing1] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:24:21 CEST 2025
commit 2e2a7ed412bc477da49f788a627bf98cbe70b23b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:24:05 2025 +0200
New meson macros.
webrtc-audio-processing1.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/webrtc-audio-processing1.spec b/webrtc-audio-processing1.spec
index 2d829bc..68b08b1 100644
--- a/webrtc-audio-processing1.spec
+++ b/webrtc-audio-processing1.spec
@@ -92,15 +92,15 @@ Biblioteka statyczna WebRTC Audio Processing.
CFLAGS="%{rpmcflags} -msse2"
CXXFLAGS="%{rpmcxxflags} -msse2"
%endif
-%meson build \
+%meson \
-Dneon=%{?with_neon:yes}%{!?with_neon:no}
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/webrtc-audio-processing1.git/commitdiff/2e2a7ed412bc477da49f788a627bf98cbe70b23b
More information about the pld-cvs-commit
mailing list