summaryrefslogtreecommitdiffstats
path: root/src/client/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/configure.json')
-rw-r--r--src/client/configure.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/configure.json b/src/client/configure.json
index 02c36de10..ef5e87bb7 100644
--- a/src/client/configure.json
+++ b/src/client/configure.json
@@ -110,6 +110,11 @@
"label": "libhybris EGL",
"condition": "features.wayland-client && features.opengl && features.egl && tests.libhybris-egl-server",
"output": [ "privateFeature" ]
+ },
+ "wayland-shm-emulation-server-buffer": {
+ "label": "Shm emulation server buffer integration",
+ "condition": "features.wayland-client && features.opengl",
+ "output": [ "privateFeature" ]
}
},
@@ -131,7 +136,8 @@
"xcomposite-egl",
"xcomposite-glx",
"wayland-drm-egl-server-buffer",
- "wayland-libhybris-egl-server-buffer"
+ "wayland-libhybris-egl-server-buffer",
+ "wayland-shm-emulation-server-buffer"
]
},
"wayland-client"