summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/wscript b/wscript
index 470501d062..f03380a6c4 100644
--- a/wscript
+++ b/wscript
@@ -541,6 +541,11 @@ video_output_features = [
'deps': 'wayland',
'func': check_pkg_config('wayland-protocols >= 1.27'),
} , {
+ 'name': 'wayland-protocols-1-31',
+ 'desc': 'wayland-protocols version 1.31+',
+ 'deps': 'wayland',
+ 'func': check_pkg_config('wayland-protocols >= 1.31'),
+ } , {
'name': 'memfd_create',
'desc': "Linux's memfd_create()",
'deps': 'wayland',