Skip to content

Commit 6ca4527

Browse files
author
Dorinda Bassey
committed
vhost-device-gpu: Rename gfxstream feature
Rename the 'gfxstream' feature flag to 'backend-gfxstream' for consistency with the new modular backend architecture. Signed-off-by: Dorinda Bassey <[email protected]>
1 parent 4bbe030 commit 6ca4527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vhost-device-gpu/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ edition = "2021"
1414
resolver = "2"
1515

1616
[features]
17-
default = ["gfxstream"]
17+
default = ["backend-gfxstream"]
1818
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]
19-
gfxstream = ["rutabaga_gfx/gfxstream"]
19+
backend-gfxstream = ["rutabaga_gfx/gfxstream"]
2020

2121
[dependencies]
2222
clap = { version = "4.5", features = ["derive"] }

0 commit comments

Comments
 (0)