From 3fb89563ae640f510805cb8a8a128b7f3e394c68 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 27 Apr 2019 17:13:32 +0000 Subject: [PATCH] Switch to system epoll-shim.pc in FreeBSD build --- .builds/freebsd.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 5817e37..f1a4f52 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -14,22 +14,6 @@ sources: - https://github.com/swaywm/wlroots - https://github.com/Hjdskes/cage tasks: - # Taken from sway - - 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 # Install wlroots, which is required by Cage. Note that we compile a tagged # version, instead of master, to avoid any breaking changes in wlroots. - wlroots: |