aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/freebsd.yml
blob: 0a17608946ebf28d88b5c98d2c2b75167bd3fe89 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                            
                
















                                   









                               
image: freebsd/latest
packages:
- devel/json-c
- devel/libevdev
- devel/meson
- devel/pkgconf
- graphics/cairo
- graphics/gdk-pixbuf2
- graphics/wayland
- graphics/wayland-protocols
- textproc/scdoc
- x11-toolkits/pango
- x11/libxcb
- x11/libxkbcommon
# wlroots dependencies
- devel/evdev-proto
- devel/libepoll-shim
- devel/libudev-devd
- graphics/libdrm
- graphics/mesa-libs
- x11/libinput
- x11/libX11
- x11/pixman
- x11/xcb-util-wm
sources:
- https://github.com/swaywm/sway
- https://github.com/swaywm/wlroots
tasks:
- setup: |
    cd sway
    mkdir subprojects
    cd subprojects
    ln -s ../../wlroots wlroots
    cd ..
    meson build
- build: |
    cd sway
    ninja -C build