From c9fa7510422938da623724fbaa0b86cbb58cf77c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 4 Apr 2020 16:29:51 +0200 Subject: ci: remove epoll-shim hardcoded pkg-config file The upstream package now provides one. --- .builds/freebsd.yml | 15 --------------- 1 file changed, 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 -- cgit v1.2.3-54-g00ecf