sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit c9fa7510422938da623724fbaa0b86cbb58cf77c
parent 3df32d031096409d9b63c4ad63fcdd0e43200ca6
Author: Simon Ser <contact@emersion.fr>
Date:   Sat,  4 Apr 2020 16:29:51 +0200

ci: remove epoll-shim hardcoded pkg-config file

The upstream package now provides one.

Diffstat:
M.builds/freebsd.yml | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -26,21 +26,6 @@ sources: - https://github.com/swaywm/sway - https://github.com/swaywm/wlroots tasks: -- fixup_epoll: | - cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc - prefix=/usr/local - exec_prefix=\$\{\$prefix\} - libdir=${prefix}/lib - sharedlibdir=${prefix}/lib - includedir=${prefix}/include/libepoll-shim - Name: epoll-shim - Description: epoll shim implemented using kevent - Version: 0 - Requires: - Libs: -L${libdir} -L${sharedlibdir} -lepoll-shim - Libs.private: -pthread -lrt - Cflags: -I${includedir} - EOF - setup: | cd sway mkdir subprojects