mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:33:24 +00:00
build-system: add libraw to more builds
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8e48a323e7
commit
435d5f5436
3 changed files with 3 additions and 3 deletions
2
.github/workflows/linux-debian-generic.yml
vendored
2
.github/workflows/linux-debian-generic.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
|
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
|
||||||
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
|
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
|
||||||
qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \
|
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
|
mdbtools-dev
|
||||||
|
|
||||||
git config --global user.email "ci@subsurface-divelog.org"
|
git config --global user.email "ci@subsurface-divelog.org"
|
||||||
|
|
2
.github/workflows/linux-fedora-35-qt6.yml
vendored
2
.github/workflows/linux-fedora-35-qt6.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
qt6-qtlocation-devel qt6-qtsvg-devel \
|
qt6-qtlocation-devel qt6-qtsvg-devel \
|
||||||
qt6-qttools-devel redhat-rpm-config \
|
qt6-qttools-devel redhat-rpm-config \
|
||||||
libxkbcommon-devel qt6-qt5compat-devel \
|
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
|
xorg-x11-server-Xvfb
|
||||||
|
|
||||||
- name: checkout sources
|
- name: checkout sources
|
||||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
|
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
|
||||||
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
|
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
|
||||||
qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \
|
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
|
mdbtools-dev curl
|
||||||
|
|
||||||
git config --global user.email "ci@subsurface-divelog.org"
|
git config --global user.email "ci@subsurface-divelog.org"
|
||||||
|
|
Loading…
Add table
Reference in a new issue