rutabaga_gfx: adding missing nix ioctl feature for rutabaga_gralloc

Fix regression in f3dbf20eed

BUG=b:314785753
TEST=rutabaga_gralloc builds

Change-Id: Id2715076ab239b49fb00d230b4a76f4c4493e55e
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5081852
Auto-Submit: Yiwei Zhang <zzyiwei@chromium.org>
Commit-Queue: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Andrew Walbran <qwandor@google.com>
Reviewed-by: Frederick Mayle <fmayle@google.com>
This commit is contained in:
Yiwei Zhang 2023-12-03 14:44:39 -08:00 committed by crosvm LUCI
parent 8aabb8d9c0
commit 521ee98d41

View file

@ -27,7 +27,7 @@ zerocopy = { version = "0.7", features = ["derive"] }
log = "0.4"
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
nix = { version = "0.27.1", features = ["event", "feature", "fs", "mman", "socket", "uio"] }
nix = { version = "0.27.1", features = ["event", "feature", "fs", "mman", "socket", "uio", "ioctl"] }
[target.'cfg(windows)'.dependencies]
winapi = "0.3"