build-system: add libraw to more builds

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2024-09-10 13:27:55 -07:00 committed by Michael Keller
parent 8e48a323e7
commit 435d5f5436
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ jobs:
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \
qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev \
qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev libraw-dev \
mdbtools-dev
git config --global user.email "ci@subsurface-divelog.org"

View file

@ -32,7 +32,7 @@ jobs:
qt6-qtlocation-devel qt6-qtsvg-devel \
qt6-qttools-devel redhat-rpm-config \
libxkbcommon-devel qt6-qt5compat-devel \
bluez-libs-devel libgit2-devel libzip-devel libmtp-devel \
bluez-libs-devel libgit2-devel libzip-devel libmtp-devel libraw-devel \
xorg-x11-server-Xvfb
- name: checkout sources

View file

@ -35,7 +35,7 @@ jobs:
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \
qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev \
qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev libraw-dev \
mdbtools-dev curl
git config --global user.email "ci@subsurface-divelog.org"