mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 05:55:58 +01:00
commit
e539a8b208
1 changed files with 22 additions and 0 deletions
22
.builds/alpine.yml
Normal file
22
.builds/alpine.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
image: alpine/edge
|
||||
packages:
|
||||
- eudev-dev
|
||||
- ffmpeg-dev
|
||||
- libcap-dev
|
||||
- libinput-dev
|
||||
- libxkbcommon-dev
|
||||
- mesa-dev
|
||||
- meson
|
||||
- pixman-dev
|
||||
- wayland-dev
|
||||
- wayland-protocols
|
||||
- xcb-util-image-dev
|
||||
sources:
|
||||
- https://github.com/swaywm/wlroots
|
||||
tasks:
|
||||
- setup: |
|
||||
cd wlroots
|
||||
meson build
|
||||
- build: |
|
||||
cd wlroots
|
||||
ninja -C build
|
Loading…
Reference in a new issue