Skip to content

Commit

Permalink
More static lib
Browse files Browse the repository at this point in the history
  • Loading branch information
alphagocc authored Jun 17, 2024
1 parent 60a0ad1 commit 899820f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
git clone -b kde/5.15 https://invent.kde.org/qt/qt/qttranslations.git --depth=1 --recursive
- name : Get dependenies
run : |
sudo apt update -y
sudo apt install -y libgl1-mesa-dev libglu1-mesa-dev ccache
sudo apt install -y libfontconfig1-dev libfreetype6-dev libx11-dev libx11-xcb-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libxcb-glx0-dev libxcb-keysyms1-dev libxcb-image0-dev libxcb-shm0-dev libxcb-icccm4-dev libxcb-sync0-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev libxcb-render-util0-dev libxcb-xinerama0-dev libxkbcommon-dev libxkbcommon-x11-dev
sudo apt upgrade -y
sudo apt remove libtiff-dev -y
- name : Get time
id : time
run : echo "now=`date +%s`" >> $GITHUB_OUTPUT
Expand All @@ -41,7 +44,7 @@ jobs:
- name: Configure
run: |
cd qt5
./configure -static -prefix ../qt -opensource -nomake tests -confirm-license -nomake examples -release -no-icu -xcb -xcb-xlib -bundled-xcb-xinput -ccache
./configure -static -prefix ../qt -opensource -nomake tests -confirm-license -nomake examples -release -no-icu -xcb -xcb-xlib -bundled-xcb-xinput -ccache -qt-libpng -qt-libjpeg
- name: Build
run: |
cd qt5
Expand Down

0 comments on commit 899820f

Please sign in to comment.