Skip to content

Commit

Permalink
revert to libwebkit2gtk-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Jan 6, 2024
1 parent 48e3562 commit 351db49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fltk-webview-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fn compile_webview() {
build.flag("-std=c++11");
let lib = pkg_config::Config::new()
.atleast_version("2.8")
.probe("webkit2gtk-4.1")
.probe("webkit2gtk-4.0")
.unwrap();
for path in lib.include_paths {
build.include(path);
Expand Down

0 comments on commit 351db49

Please sign in to comment.