aboutsummaryrefslogtreecommitdiff
path: root/example/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'example/meson.build')
-rw-r--r--example/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/meson.build b/example/meson.build
index 673982c..7349977 100644
--- a/example/meson.build
+++ b/example/meson.build
@@ -3,7 +3,7 @@ examples = [ 'passthrough', 'passthrough_fh',
'ioctl_client', 'poll_client', 'ioctl',
'cuse', 'cuse_client' ]
-if not platform.endswith('bsd')
+if not platform.endswith('bsd') and platform != 'dragonfly'
examples += 'passthrough_ll'
# According to Conrad Meyer <cem@freebsd.org>, FreeBSD doesn't