[packages/efl] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:11:47 CEST 2025
commit 7156386e69c59022c20c45d811ce378b6ff6da1e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:11:31 2025 +0200
New meson macros.
efl.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/efl.spec b/efl.spec
index da29f8d..a86885f 100644
--- a/efl.spec
+++ b/efl.spec
@@ -373,7 +373,7 @@ Enlightment.
src/bin/exactness/exactness_record.in
%build
-%meson build \
+%meson \
-Decore-imf-loaders-disabler=%{!?with_scim:scim} \
-Dglib=true \
-Dphysics=true \
@@ -390,12 +390,12 @@ Enlightment.
%{!?with_systemd:-Dsystemd=false} \
%{?with_wayland:-Dwl=true}
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ko_KR
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/efl.git/commitdiff/7156386e69c59022c20c45d811ce378b6ff6da1e
More information about the pld-cvs-commit
mailing list