Skip to content

Commit

Permalink
rpm: depend on cvt in F41+
Browse files Browse the repository at this point in the history
cvt tool is split out of xorg-x11-server-Xorg in Fedora 41+, add
explicit dependency for it, as it's needed by qubes.SetMonitorLayout
service.

QubesOS/qubes-issues#9244
  • Loading branch information
marmarek committed Nov 6, 2024
1 parent f28a49f commit f5ac7a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm_spec/gui-agent.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ Requires: qubes-db >= 4.1.4
Requires: python%{python3_pkgversion}-xcffib
Requires: xorg-x11-server-Xorg
Requires: xorg-x11-server-Xephyr
%if 0%{?fedora} >= 41
Requires: cvt
%endif
Requires: setxkbmap
Requires: xsetroot
Requires: xrdb
Expand Down

0 comments on commit f5ac7a8

Please sign in to comment.