Skip to content

Commit e53a685

Browse files
RockGrubraboneko
authored andcommitted
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 <[email protected]> * chore: Update files Signed-off-by: Gilver <[email protected]> --------- Signed-off-by: Gilver <[email protected]> (cherry picked from commit 36970fc)
1 parent 5333165 commit e53a685

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

anda/lib/scenefx/scenefx.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BuildRequires: pkgconfig(wayland-client)
2525
BuildRequires: pkgconfig(wayland-protocols) >= 1.32
2626
BuildRequires: pkgconfig(wayland-scanner)
2727
BuildRequires: pkgconfig(wayland-server) >= 1.22
28-
BuildRequires: pkgconfig(wlroots-0.18)
28+
BuildRequires: pkgconfig(wlroots-0.19)
2929

3030

3131
Packager: Atmois <[email protected]>
@@ -65,9 +65,9 @@ MESON_OPTIONS=(
6565
%files
6666
%license LICENSE
6767
%doc README.md
68-
%{_libdir}/lib%{name}-0.2.so
68+
%{_libdir}/lib%{name}-*.so
6969

7070

7171
%files devel
72-
%{_includedir}/%{name}-0.2/*
73-
%{_libdir}/pkgconfig/%{name}-0.2.pc
72+
%{_includedir}/%{name}-*/*
73+
%{_libdir}/pkgconfig/%{name}-*.pc

0 commit comments

Comments
 (0)