From 36970fce14f13f4805669ccacf1bcdccd31c2b7b Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 24 Jun 2025 01:01:21 -0500 Subject: [PATCH] chore(scenefx): Update build dependencies and files (#5624) * chore(scenefx): Update build dependencies `wlroots-0.19.0` is still in testing on F42 and it is unclear if it will be added to F41. Signed-off-by: Gilver * chore: Update files Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/lib/scenefx/scenefx.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/lib/scenefx/scenefx.spec b/anda/lib/scenefx/scenefx.spec index c5d99d51e2..525d5fb33e 100644 --- a/anda/lib/scenefx/scenefx.spec +++ b/anda/lib/scenefx/scenefx.spec @@ -25,7 +25,7 @@ BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) >= 1.32 BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-server) >= 1.22 -BuildRequires: pkgconfig(wlroots-0.18) +BuildRequires: pkgconfig(wlroots-0.19) Packager: Atmois @@ -65,9 +65,9 @@ MESON_OPTIONS=( %files %license LICENSE %doc README.md -%{_libdir}/lib%{name}-0.2.so +%{_libdir}/lib%{name}-*.so %files devel -%{_includedir}/%{name}-0.2/* -%{_libdir}/pkgconfig/%{name}-0.2.pc +%{_includedir}/%{name}-*/* +%{_libdir}/pkgconfig/%{name}-*.pc