aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-04-04 16:29:51 +0200
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-04-08 16:37:00 +0200
commitc9fa7510422938da623724fbaa0b86cbb58cf77c (patch)
tree7e07afda81a095915ea20833ad4d655bfb131564
parentci: don't build scdoc (diff)
downloadsway-c9fa7510422938da623724fbaa0b86cbb58cf77c.tar.gz
sway-c9fa7510422938da623724fbaa0b86cbb58cf77c.tar.zst
sway-c9fa7510422938da623724fbaa0b86cbb58cf77c.zip
ci: remove epoll-shim hardcoded pkg-config file
The upstream package now provides one.
-rw-r--r--.builds/freebsd.yml15
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:
26- https://github.com/swaywm/sway 26- https://github.com/swaywm/sway
27- https://github.com/swaywm/wlroots 27- https://github.com/swaywm/wlroots
28tasks: 28tasks:
29- fixup_epoll: |
30 cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc
31 prefix=/usr/local
32 exec_prefix=\$\{\$prefix\}
33 libdir=${prefix}/lib
34 sharedlibdir=${prefix}/lib
35 includedir=${prefix}/include/libepoll-shim
36 Name: epoll-shim
37 Description: epoll shim implemented using kevent
38 Version: 0
39 Requires:
40 Libs: -L${libdir} -L${sharedlibdir} -lepoll-shim
41 Libs.private: -pthread -lrt
42 Cflags: -I${includedir}
43 EOF
44- setup: | 29- setup: |
45 cd sway 30 cd sway
46 mkdir subprojects 31 mkdir subprojects