Skip to content

Commit

Permalink
update debian dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther committed Nov 26, 2023
1 parent 371913a commit f76098a
Showing 1 changed file with 2 additions and 2 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 := libqt6widgets6,libqt6sql6,libqt6serialport6,libqt6sql6-sqlite,
QT_DEPS := libqt6network6,libqt6widgets6,libqt6sql6,libqt6serialport6,libqt6sql6-sqlite,
else
QT_DEPS := libqt5widgets5,libqt5x11extras5,libqt5sql5,libqt5serialport5,libqt5sql5-sqlite,
QT_DEPS := libqt5network5,libqt5widgets5,libqt5x11extras5,libqt5sql5,libqt5serialport5,libqt5sql5-sqlite,
endif

FIND_DEPENDS = $(shell \
Expand Down

0 comments on commit f76098a

Please sign in to comment.