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
- Host: GitHub
- URL: https://github.com/m-col/setup-wlroots-action
- Owner: m-col
- Created: 2023-08-30T14:21:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T19:12:46.000Z (over 1 year ago)
- Last Synced: 2025-01-19T10:09:12.692Z (4 months ago)
- Language: Shell
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
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.