aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
blob: 7806b72cb0945000b74e64f08498c2d88ebbccb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
image: freebsd/latest
packages:
  - devel/evdev-proto
  - devel/libepoll-shim
  - devel/libudev-devd
  - devel/meson # implies ninja
  - devel/pkgconf
  - graphics/libdrm
  - graphics/mesa-libs
  - graphics/png
  - graphics/wayland
  - graphics/wayland-protocols
  - misc/e2fsprogs-libuuid
  - multimedia/ffmpeg
  - x11/libX11
  - x11/libinput
  - x11/libxcb
  - x11/libxkbcommon
  - x11/pixman
  - x11/xcb-util-errors
  - x11/xcb-util-renderutil
  - x11/xcb-util-wm
  - x11-servers/xwayland
  - sysutils/seatd
  - gmake
sources:
  - https://github.com/swaywm/wlroots
tasks:
  - wlroots: |
      cd wlroots
      meson build -Dauto_features=enabled
      ninja -C build
      sudo ninja -C build install
  - tinywl: |
      cd wlroots/tinywl
      gmake