Skip to content

Commit

Permalink
#4314 only build qt6 client for el10
Browse files Browse the repository at this point in the history
el9 doesn't have python3.11-pyqt6 packages
  • Loading branch information
totaam committed Aug 6, 2024
1 parent 360fea3 commit a394586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ autoprov: no
%if 0%{?fedora}>=39
%global debug_package %{nil}
%endif
%if 0%{?fedora}%{?el9}
%if 0%{?fedora}
%define qt6 1
%define DEFAULT_BUILD_ARGS --with-Xdummy --without-Xdummy_wrapper --without-evdi --without-cuda_rebuild --with-qt6_client
%endif
%if 0%{?el10}
%global debug_package %{nil}
%define DEFAULT_BUILD_ARGS --with-Xdummy --without-Xdummy_wrapper --without-evdi --without-cuda_rebuild --without-docs
%define DEFAULT_BUILD_ARGS --with-Xdummy --without-Xdummy_wrapper --without-evdi --without-cuda_rebuild --with-qt6_client --without-docs
%endif

%global gnome_shell_extension input-source-manager@xpra_org
Expand Down

0 comments on commit a394586

Please sign in to comment.