summaryrefslogtreecommitdiffstats
path: root/plugins/meson.build
blob: c14f536be64ddd982e7ce2912da306960ab80dbc (plain) (blame)
1
2
3
4
5
6
shared_module('m_skibidi', 'skibidi.c', kwargs : plugin_kwargs)

if c_comp.check_header('sys/epoll.h') \
    and c_comp.has_header_symbol('sys/epoll.h', 'epoll_create1')
  shared_module('m_epoll', 'epoll.c', kwargs : plugin_kwargs)
endif