mirror of https://github.com/encounter/SDL.git
CI: add 'libdecor' dependency from upstream
This commit is contained in:
parent
e5f9fae034
commit
f4f9c6bc55
|
@ -50,7 +50,14 @@ jobs:
|
||||||
libxxf86vm-dev \
|
libxxf86vm-dev \
|
||||||
libdrm-dev \
|
libdrm-dev \
|
||||||
libgbm-dev\
|
libgbm-dev\
|
||||||
libpulse-dev
|
libpulse-dev \
|
||||||
|
libpango1.0-dev
|
||||||
|
sudo apt install meson
|
||||||
|
git clone --depth 1 https://gitlab.gnome.org/jadahl/libdecor.git --branch 0.1.0
|
||||||
|
cd libdecor
|
||||||
|
meson build --buildtype release -Ddemo=false -Ddbus=disabled
|
||||||
|
ninja -C build
|
||||||
|
sudo meson install -C build
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B build ${{ matrix.platform.flags }}
|
run: cmake -B build ${{ matrix.platform.flags }}
|
||||||
|
|
Loading…
Reference in New Issue