Skip to content

Commit

Permalink
#2289 add brotli dependencies
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@22628 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 6, 2019
1 parent f44a9ce commit 4d2a679
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
,python-rencode
# packet compression:
,python-lz4
# clipboard packet compression:
,python-brotli
# for notifications forwarding and dbus server / proxying:
Recommends: python-dbus
# for the proxy server:
Expand Down Expand Up @@ -245,8 +247,10 @@ Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
,python3-pil
# packet encoder:
,python3-rencode
# depend on lz4 for those that have it, lzo otherwise:
# packet compression:
,python3-lz4
# clipboard packet compression:
,python3-brotli
# for notifications forwarding and dbus server / proxying:
Recommends: python3-dbus
# for the proxy server:
Expand Down
1 change: 1 addition & 0 deletions rpmbuild/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ Recommends: python3-kerberos
Recommends: python3-gssapi
Recommends: python3-ldap
Recommends: python3-ldap3
Recommends: python3-brotli
Requires: libwebp
BuildRequires: libwebp-devel
%endif
Expand Down

0 comments on commit 4d2a679

Please sign in to comment.