build: prune compat event headers

The *_compat headers are the deprecated / non-threadsafe versions of the
current headers. There's no need for us to ship them in depends. Prune
them are save the safe / nuke the possibility of them being used.
pull/25918/head
fanquake 2 years ago
parent 3c1e75ef60
commit 22dada5d17
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -37,5 +37,6 @@ endef
define $(package)_postprocess_cmds define $(package)_postprocess_cmds
rm lib/*.la && \ rm lib/*.la && \
rm include/ev*.h rm include/ev*.h && \
rm include/event2/*_compat.h
endef endef

Loading…
Cancel
Save