An open API service indexing awesome lists of open source software.

https://github.com/m-col/setup-wlroots-action

Set up wlroots and wayland libraries for github workflows
https://github.com/m-col/setup-wlroots-action

Last synced: 2 months ago
JSON representation

Set up wlroots and wayland libraries for github workflows

Awesome Lists containing this project

README

        

setup-wlroots-action
====================

WIP: This action is still under development.

This action sets up a build environment with wlroots and its dependencies.

Usage
-----

Inputs can be provided to specify the version of each dependency to set up.
Unspecified versions will default to the latest git version (i.e. master or
main as appropriate).

Example
'''''''

.. code-block :: yaml

- uses: m-col/[email protected]
with:
wayland-version: "1.22.0"
wayland-protocols-version: "1.31"
libdrm-version: "2.4.114"
seatd-version: "0.6.4"
pixman-version: "0.42.0"
hwdata-version: "0.364"
wlroots-version: "0.16.2"

Note, the Ubuntu packaged version of XWayland may be too old for building the
master version of wlroots. In this case, you should pin the wlroots version.