fix: scenefx (#3407) (#3415)

(cherry picked from commit 4281a89253)

Co-authored-by: sadlerm4 <sad_lerm@hotmail.com>
This commit is contained in:
Raboneko
2025-02-17 10:44:43 -08:00
committed by GitHub
parent 5f55b28a59
commit 400c79acef
+7 -10
View File
@@ -6,7 +6,7 @@ Summary: A drop-in replacement for the wlroots scene API that allows wayl
URL: https://github.com/wlrfx/scenefx
License: MIT
Source0: %{url}/archive/refs/tags/%version.tar.gz
Source0: %{url}/archive/%{version}.tar.gz
BuildRequires: cmake
@@ -55,22 +55,19 @@ MESON_OPTIONS=(
-Dexamples=false
-Dwerror=false
)
%{meson} "${MESON_OPTIONS[@]}"
%{meson_build}
%meson "${MESON_OPTIONS[@]}"
%meson_build
%install
%{meson_install}
%check
%{meson_test}
%meson_install
%files
%license LICENSE
%doc README.md
%{_libdir}/lib%{name}-%{version}.so
%{_libdir}/lib%{name}-0.2.so
%files devel
%{_includedir}/scenefx
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}-0.2/*
%{_libdir}/pkgconfig/%{name}-0.2.pc