0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-09-22 08:31:32 +00:00
termux-packages/x11-packages/alacritty/freetype-sys.diff
TomIO b04e84f352
addpkg(x11/alacritty): 0.13.2 (#20269)
Co-authored-by: <45286352+licy183@users.noreply.github.com>
2024-05-21 13:00:06 +02:00

12 lines
284 B
Diff

--- a/build.rs
+++ b/build.rs
@@ -6,7 +6,7 @@ use std::env;
fn main() {
let target = env::var("TARGET").unwrap();
- if !target.contains("android")
+ if true
&& pkg_config::Config::new().atleast_version("18.5.12").find("freetype2").is_ok()
{
return