[client] ci: remove SDL dependencies and -DENABLE_SDL=ON

This commit is contained in:
Quantum 2021-07-21 21:34:02 -04:00 committed by Geoffrey McRae
parent bb60107a3b
commit 4954687a52

View File

@ -22,10 +22,10 @@ jobs:
run: | run: |
sudo apt-get install \ sudo apt-get install \
binutils-dev \ binutils-dev \
libsdl2-dev libsdl2-ttf-dev \
libspice-protocol-dev nettle-dev \ libspice-protocol-dev nettle-dev \
libx11-dev libxss-dev libxi-dev \ libgl-dev libgles-dev \
wayland-protocols libx11-dev libxss-dev libxi-dev libxinerama-dev \
libwayland-dev wayland-protocols
- name: Configure client - name: Configure client
env: env:
CC: /usr/bin/${{ matrix.compiler.cc }} CC: /usr/bin/${{ matrix.compiler.cc }}
@ -36,7 +36,6 @@ jobs:
cmake \ cmake \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \ -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DCMAKE_LINKER:FILEPATH=/usr/bin/ld \ -DCMAKE_LINKER:FILEPATH=/usr/bin/ld \
-DENABLE_SDL=ON \
.. ..
- name: Build client - name: Build client
run: | run: |