diff options
Diffstat (limited to 'src/client/configure.json')
-rw-r--r-- | src/client/configure.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/configure.json b/src/client/configure.json index 403a2edc..e9e16324 100644 --- a/src/client/configure.json +++ b/src/client/configure.json @@ -140,7 +140,7 @@ }, "xcomposite-egl": { "label": "XComposite EGL", - "condition": "features.wayland-client && features.opengl && features.egl && features.xlib && libs.xcomposite", + "condition": "features.wayland-client && features.opengl && features.egl && features.xlib && libs.xcomposite && features.egl_x11", "output": [ "privateFeature" ] }, "xcomposite-glx": { |