From 386c964a29db2bb0e6b3692a178a1fedef2e75c1 Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:35:20 +0000 Subject: [PATCH] inih: remove meson and ninja --- packages/i/inih/xmake.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/i/inih/xmake.lua b/packages/i/inih/xmake.lua index 1a2024ec3ef..42868918cb5 100644 --- a/packages/i/inih/xmake.lua +++ b/packages/i/inih/xmake.lua @@ -7,8 +7,6 @@ package("inih") add_versions("r58", "e79216260d5dffe809bda840be48ab0eec7737b2bb9f02d2275c1b46344ea7b7") - add_deps("meson", "ninja") - add_configs("ini_parser", {description = "compile and (if selected) install INIReader", default = true, type = "boolean"}) add_configs("heap", {description = "allocate memory on the heap using malloc instead using a fixed-sized line buffer on the stack", default = false, type = "boolean"}) add_configs("max_line_length", {description = "maximum line length in bytes", default = "200", type = "string"})