Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lvgl-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ fn main() {

// Some basic defaults; SDL2 is the only driver enabled in the provided
// driver config by default
#[cfg(feature = "drivers")]
let incl_extra =
env::var("LVGL_INCLUDE").unwrap_or("/usr/include,/usr/local/include".to_string());
#[cfg(feature = "drivers")]
Expand Down Expand Up @@ -151,7 +150,6 @@ fn main() {
cfg.include(&timer_shim);
#[cfg(feature = "drivers")]
cfg.include(&drivers);
#[cfg(feature = "drivers")]
cfg.includes(incl_extra.split(','));

cfg.compile("lvgl");
Expand Down