diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-04-25 06:19:15 +0000 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-04-29 18:51:47 +0300 |
commit | 27a87ac586a3458abe33872635526b31caf62e33 (patch) | |
tree | e704e52ad8bf0802bb14a6fbdf06e27fd8e8235a /.builds/freebsd.yml | |
parent | 22dd7d3731634fc8e719768c8154a6e65f9e8f84 (diff) |
Switch to system epoll-shim.pc in FreeBSD build
Diffstat (limited to '.builds/freebsd.yml')
-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 dabad409..acdf86c5 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -21,21 +21,6 @@ packages: sources: - 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 - wlroots: | cd wlroots meson build |