mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
meson.build: Enable epoll-shim for DFBSD.
DragonFlyBSD also uses epoll-shim and it is necessary for DRI3. Signed-off-by: b-aaz <b-aazbsd@proton.me>
This commit is contained in:
@@ -457,7 +457,7 @@ else
|
||||
build_dri2 = get_option('dri2') == 'true'
|
||||
endif
|
||||
|
||||
if host_machine.system() in ['freebsd', 'openbsd']
|
||||
if host_machine.system() in ['freebsd', 'openbsd', 'dragonfly']
|
||||
epoll_dep = dependency('epoll-shim')
|
||||
epoll_inc = join_paths(epoll_dep.get_variable('prefix'), get_option('includedir'), 'libepoll-shim')
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user