Skip to content

Commit

Permalink
muvm: fix x11bridge cfg gate
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Nov 5, 2024
1 parent 0b02291 commit 7e2250d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/muvm/src/bin/muvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ fn main() -> Result<()> {
);
env.insert("MUVM_SERVER_COOKIE".to_owned(), cookie.to_string());

#[cfg(x11bridge)]
#[cfg(feature = "x11bridge")]
if options.direct_x11 {
let display =
env::var("DISPLAY").context("X11 forwarding requested but DISPLAY is unset")?;
Expand Down

0 comments on commit 7e2250d

Please sign in to comment.