mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
Switch to system epoll-shim.pc in FreeBSD build
This commit is contained in:
parent
22dd7d3731
commit
27a87ac586
@ -21,21 +21,6 @@ packages:
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/swaywm/wlroots
|
- https://github.com/swaywm/wlroots
|
||||||
tasks:
|
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: |
|
- wlroots: |
|
||||||
cd wlroots
|
cd wlroots
|
||||||
meson build
|
meson build
|
||||||
|
Loading…
Reference in New Issue
Block a user