Skip to content

Commit

Permalink
Add QWebSockets package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey committed Dec 28, 2024
1 parent bd22312 commit 6ad9df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ REQUIRED_DEPS := libusb libasound libmbedtls libturbojpeg libcec
# get qt version and set qt deps depending on version
QT6_PACKAGE_VERSION := $(shell dpkg-query -W -f '$${Version}' libqt6widgets6* 2>/dev/null || echo 0)
ifeq (ok,$(shell dpkg --compare-versions "$(QT6_PACKAGE_VERSION)" "ge" "6.0" && echo ok))
QT_DEPS := qt6-qpa-plugins libqt6network6 libqt6widgets6 libqt6sql6 libqt6serialport6 libqt6sql6-sqlite
QT_DEPS := qt6-qpa-plugins libqt6network6 libqt6widgets6 libqt6sql6 libqt6serialport6 libqt6sql6-sqlite libqt6websockets6
else
QT_DEPS := libqt5network5 libqt5widgets5 libqt5x11extras5 libqt5sql5 libqt5serialport5 libqt5sql5-sqlite
QT_DEPS := libqt5network5 libqt5widgets5 libqt5x11extras5 libqt5sql5 libqt5serialport5 libqt5sql5-sqlite libqt5websockets5
endif

FIND_DEPENDS = $(shell \
Expand Down
4 changes: 2 additions & 2 deletions rpmbuild/hyperion.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BuildRequires: cmake
BuildRequires: ninja-build
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: qt6-qtbase-devel qt6-qtserialport-devel
BuildRequires: qt6-qtbase-devel qt6-qtserialport-devel qt6-qtwebsockets-devel
BuildRequires: libxkbcommon-devel
BuildRequires: python3-devel
BuildRequires: turbojpeg-devel libjpeg-turbo-devel
Expand All @@ -48,7 +48,7 @@ BuildRequires: systemd-rpm-macros
%endif

Requires: desktop-file-utils
Requires: qt6-qtbase qt6-qtserialport
Requires: qt6-qtbase qt6-qtserialport qt6-qtwebsockets
Requires: libxkbcommon
Requires: python3-libs
Requires: turbojpeg
Expand Down

0 comments on commit 6ad9df1

Please sign in to comment.