summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/context.c')
-rw-r--r--video/out/gpu/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gpu/context.c b/video/out/gpu/context.c
index a7bb4175cc..2203b5cad9 100644
--- a/video/out/gpu/context.c
+++ b/video/out/gpu/context.c
@@ -114,7 +114,7 @@ static const struct ra_ctx_fns *contexts[] = {
#endif
/* No API contexts: */
-#if HAVE_WAYLAND
+#if HAVE_DMABUF_WAYLAND
&ra_ctx_wldmabuf,
#endif
};