Skip to content

Commit 7e2250d

Browse files
committed
muvm: fix x11bridge cfg gate
Signed-off-by: Sergio Lopez <[email protected]>
1 parent 0b02291 commit 7e2250d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/muvm/src/bin/muvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ fn main() -> Result<()> {
382382
);
383383
env.insert("MUVM_SERVER_COOKIE".to_owned(), cookie.to_string());
384384

385-
#[cfg(x11bridge)]
385+
#[cfg(feature = "x11bridge")]
386386
if options.direct_x11 {
387387
let display =
388388
env::var("DISPLAY").context("X11 forwarding requested but DISPLAY is unset")?;

0 commit comments

Comments
 (0)