From 39d939b09b7d98f5982018928262c03da2ebab44 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:32:49 -0700 Subject: [PATCH] chore(scenefx): Update build dependencies and files (#5624) (#5627) * 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. * chore: Update files --------- (cherry picked from commit 36970fce14f13f4805669ccacf1bcdccd31c2b7b) Signed-off-by: Gilver Co-authored-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 2d0b19b60f..27da3740a9 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