2020-10-25 00:03:15 -04:00
|
|
|
image: freebsd/latest
|
|
|
|
packages:
|
|
|
|
- libev
|
|
|
|
- libXext
|
|
|
|
- libxcb
|
|
|
|
- meson
|
|
|
|
- pkgconf
|
|
|
|
- cmake
|
|
|
|
- xcb-util-renderutil
|
|
|
|
- xcb-util-image
|
|
|
|
- pixman
|
|
|
|
- uthash
|
|
|
|
- libconfig
|
|
|
|
- libglvnd
|
2024-02-10 05:57:33 -05:00
|
|
|
- libepoxy
|
2020-10-25 00:03:15 -04:00
|
|
|
- dbus
|
2020-10-25 03:03:29 -04:00
|
|
|
- pcre
|
2020-10-25 00:03:15 -04:00
|
|
|
sources:
|
|
|
|
- https://github.com/yshui/picom
|
|
|
|
tasks:
|
|
|
|
- setup: |
|
|
|
|
cd picom
|
2024-02-14 16:03:22 -05:00
|
|
|
CPPFLAGS="-I/usr/local/include" meson setup -Dunittest=true --werror build
|
2020-10-25 00:03:15 -04:00
|
|
|
- build: |
|
|
|
|
cd picom
|
|
|
|
ninja -C build
|
|
|
|
- unittest: |
|
|
|
|
cd picom
|
|
|
|
ninja -C build test
|