mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 20:04:20 +00:00
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:
parent
c56f161f93
commit
38d39953c7
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ all-linux = [
|
|||
"tpm",
|
||||
"virgl_renderer_next",
|
||||
"virgl_renderer",
|
||||
"wl-dmabuf",
|
||||
"x",
|
||||
]
|
||||
win64 = ["stats", "balloon", "haxm"]
|
||||
|
|
Loading…
Reference in a new issue