move meson macro to conf section

This commit is contained in:
Willow C Reed
2026-06-09 14:15:53 -06:00
parent d43033ae76
commit 788770cb03
@@ -46,9 +46,11 @@ Noctalia Greeter is the screen you see before your desktop session starts. It le
%prep
%autosetup -n noctalia-greeter-%{commit}
%build
%conf
export LDFLAGS="%{__global_ldflags} -Wl,-z,notext"
%meson
%build
%meson_build
%install