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 1acba8a756..ab7ded7f8b 100644
--- a/wscript
+++ b/wscript
@@ -814,6 +814,11 @@ video_output_features = [
'desc': 'drmIsKMS() function',
'deps': 'drm',
'func': check_pkg_config('libdrm', '>= 2.4.105'),
+ }, {
+ 'name': 'posix-shm',
+ 'desc': "POSIX shared memory API",
+ 'deps': 'posix',
+ 'func': check_statement('sys/mman.h', 'shm_open("",0,0)')
}
]