summaryrefslogtreecommitdiffstats
path: root/src/compositor/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/configure.json')
-rw-r--r--src/compositor/configure.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/compositor/configure.json b/src/compositor/configure.json
index 985f36ddc..85dc91cdb 100644
--- a/src/compositor/configure.json
+++ b/src/compositor/configure.json
@@ -81,6 +81,12 @@
"test": "dmabuf_server_buffer",
"use": "egl"
},
+ "dmabuf-client-buffer": {
+ "label": "Linux Client dma-buf Buffer Sharing",
+ "type": "compile",
+ "test": "dmabuf_client_buffer",
+ "use": "egl"
+ },
"vulkan-server-buffer": {
"label": "Vulkan Buffer Sharing",
"type": "compile",
@@ -133,6 +139,11 @@
"condition": "features.wayland-server && features.opengl && features.egl && tests.dmabuf-server-buffer",
"output": [ "privateFeature" ]
},
+ "wayland-dmabuf-client-buffer": {
+ "label": "Linux dma-buf client buffer integration",
+ "condition": "features.wayland-server && features.opengl && features.egl && tests.dmabuf-client-buffer",
+ "output": [ "privateFeature" ]
+ },
"wayland-compositor-texture-sharing-experimental" : {
"label": "Texture sharing (experimental)",
"autoDetect": "false",