[PATCH xserver v2] meson: Fix epoll detection
Keith Packard
keithp at keithp.com
Mon Aug 14 20:45:58 UTC 2017
Peter Harris <pharris at opentext.com> writes:
> The epoll code depends on epoll_create1, not epoll_create.
>
> Signed-off-by: Peter Harris <pharris at opentext.com>
Thanks!
> -#if !HAVE_OSPOLL && HAVE_EPOLL_CREATE1
> +#if !HAVE_OSPOLL && defined(HAVE_EPOLL_CREATE1)
Should be using defined for HAVE_OSPOLL as well?
--
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.x.org/archives/xorg-devel/attachments/20170814/711530c4/attachment.sig>
More information about the xorg-devel
mailing list