Skip to content

Remove libdecor and add xwayland-dev #92

Remove libdecor and add xwayland-dev

Remove libdecor and add xwayland-dev #92

Workflow file for this run

name: Build
on: [push]
jobs:
alpine:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: jirutka/setup-alpine@v1
with:
branch: edge
packages: build-base git meson eudev-dev libdrm-dev libxcb-dev xcb-util-renderutil-dev xcb-util-wm-dev libxkbcommon-dev mesa-dev pixman-dev wayland-dev wayland-protocols xwayland-dev
- run: |
meson setup build
meson compile -C build
shell: alpine.sh {0}