Skip to content

Commit

Permalink
Merge pull request #23 from jbeich/link
Browse files Browse the repository at this point in the history
Drop build.rs
  • Loading branch information
russelltg committed Jul 23, 2023
2 parents b041ac3 + 00017a0 commit 7652451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.rs

This file was deleted.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ impl Dispatch<ZwlrOutputModeV1, ()> for State {
}
}

// from libdrm
#[link(name = "drm")]
extern "C" {
pub fn drmGetRenderDeviceNameFromFd(fd: libc::c_int) -> *mut libc::c_char;
}
Expand Down

0 comments on commit 7652451

Please sign in to comment.