Cargo.toml: enable wl-dmabuf feature for all-linux

Now that the libdrm linker issues are fixed, we can enable wl-dmabuf
testing in CI.

BUG=b:244618790
TEST=tools/dev_container tools/presubmit --all

Change-Id: Id4d3e979ab357518ad8804fde373345bb5a38c37
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3905093
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Daniel Verkamp 2022-09-20 11:19:21 -07:00 committed by crosvm LUCI
parent c56f161f93
commit 38d39953c7

View file

@ -116,6 +116,7 @@ all-linux = [
"tpm", "tpm",
"virgl_renderer_next", "virgl_renderer_next",
"virgl_renderer", "virgl_renderer",
"wl-dmabuf",
"x", "x",
] ]
win64 = ["stats", "balloon", "haxm"] win64 = ["stats", "balloon", "haxm"]