diff options
author | Simon Ser <contact@emersion.fr> | 2020-04-04 16:29:51 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-04-08 16:37:00 +0200 |
commit | c9fa7510422938da623724fbaa0b86cbb58cf77c (patch) | |
tree | 7e07afda81a095915ea20833ad4d655bfb131564 /.builds | |
parent | 3df32d031096409d9b63c4ad63fcdd0e43200ca6 (diff) |
ci: remove epoll-shim hardcoded pkg-config file
The upstream package now provides one.
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/freebsd.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 8fa76025..0a176089 100644 --- 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 |