mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-07 04:06:41 -05:00
Switch to system epoll-shim.pc in FreeBSD build
This commit is contained in:
parent
c69d394bed
commit
3fb89563ae
1 changed files with 0 additions and 16 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue