mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 18:48:28 +02:00
Fix build error with rustix-1.0.7.
error[E0425]: cannot find value `MAP_DROPPABLE` in module `linux_raw_sys::general`
--> ../subprojects/rustix-1.0.7/src/backend/linux_raw/mm/types.rs:109:51
|
109 | const DROPPABLE = linux_raw_sys::general::MAP_DROPPABLE;
| ^^^^^^^^^^^^^ not found in `linux_raw_sys::general`
Fixes:
|
||
|---|---|---|
| .. | ||
| packagefiles | ||
| .gitignore | ||
| bitflags.wrap | ||
| cfg-if.wrap | ||
| DirectX-Headers.wrap | ||
| equivalent.wrap | ||
| errno.wrap | ||
| expat.wrap | ||
| hashbrown.wrap | ||
| indexmap.wrap | ||
| libarchive.wrap | ||
| libc.wrap | ||
| libdrm.wrap | ||
| libxml2.wrap | ||
| linux-raw-sys.wrap | ||
| log.wrap | ||
| lua.wrap | ||
| once_cell.wrap | ||
| paste.wrap | ||
| perfetto.wrap | ||
| pest.wrap | ||
| pest_derive.wrap | ||
| pest_generator.wrap | ||
| pest_meta.wrap | ||
| proc-macro2.wrap | ||
| quote.wrap | ||
| remain.wrap | ||
| roxmltree.wrap | ||
| rustc-hash.wrap | ||
| rustix.wrap | ||
| syn.wrap | ||
| thiserror-impl.wrap | ||
| thiserror.wrap | ||
| ucd-trie.wrap | ||
| unicode-ident.wrap | ||
| wayland-protocols.wrap | ||
| zerocopy-derive.wrap | ||
| zerocopy.wrap | ||
| zlib.wrap | ||