summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript10
1 files changed, 10 insertions, 0 deletions
diff --git a/wscript b/wscript
index 40db44cb95..7341b71d25 100644
--- a/wscript
+++ b/wscript
@@ -782,6 +782,16 @@ video_output_features = [
'name': '--sixel',
'desc': 'Sixel',
'func': check_pkg_config('libsixel', '>= 1.5'),
+ }, {
+ 'name': 'dmabuf-interop-gl',
+ 'desc': 'dmabuf GL Interop',
+ 'deps': 'egl && drm',
+ 'func': check_true,
+ }, {
+ 'name': 'dmabuf-interop-pl',
+ 'desc': 'dmabuf libplacebo interop',
+ 'deps': 'vaapi-libplacebo',
+ 'func': check_true,
}
]