Skip to content

Check for a duplicate wl_surface in wlEglCreatePlatformWindowSurfaceHook #8

Check for a duplicate wl_surface in wlEglCreatePlatformWindowSurfaceHook

Check for a duplicate wl_surface in wlEglCreatePlatformWindowSurfaceHook #8

name: Autotools GCC Build
on: [push, pull_request]
jobs:
Meson-Build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: sudo apt update
- run: sudo apt install -y wayland-protocols libdrm-dev libegl-dev
- run: sudo apt install -y libwayland-dev libwayland-egl-backend-dev eglexternalplatform-dev
- run: sudo apt install -y meson ninja-build gcc
- run: ./autogen.sh
- run: make
- run: sudo make install