Skip to content

Commit

Permalink
#4235 add missing python-cairo dependency
Browse files Browse the repository at this point in the history
it is only required by the non-opengl client paint workaround,
and by the seamless server 'sync-xvfb' mode
  • Loading branch information
totaam committed May 21, 2024
1 parent 808b1c5 commit 9c07f77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/debian/xpra/control
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ Recommends: xpra-codecs (= ${binary:Version})
,xpra-codecs-extras (= ${binary:Version})
,xpra-x11 (= ${binary:Version})
,xpra-html5
# sync-xvfb:
,python3-gi-cairo
# socket activation:
,libsystemd
# query parent pid:
Expand Down Expand Up @@ -203,6 +205,7 @@ Depends: xpra-client (= ${binary:Version})
,${python3:Depends}
,gir1.2-gtk-3.0
,python3-cairo
,python3-gi-cairo
,python3-pil
Recommends: xpra-codecs (= ${binary:Version})
,xpra-audio (= ${binary:Version})
Expand Down
1 change: 1 addition & 0 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ This package contains the xpra client.
Summary: GTK3 xpra client
Requires: %{package_prefix}-client = %{version}-%{release}
Requires: gtk3
Requires: %{python3}-cairo
Requires(post): coreutils
Requires(postun): gtk-update-icon-cache
Requires(posttrans): gtk-update-icon-cache
Expand Down

0 comments on commit 9c07f77

Please sign in to comment.