mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 13:46:16 +00:00
20 lines
540 B
Diff
20 lines
540 B
Diff
--- a/xmake/draw.lua
|
|
+++ b/xmake/draw.lua
|
|
@@ -39,6 +39,9 @@
|
|
add_packages("moebius")
|
|
add_packages("freetype")
|
|
add_packages("s7")
|
|
+ add_packages("tree-sitter")
|
|
+ add_packages("tree-sitter-cpp")
|
|
+ add_packages("tree-sitter-scheme")
|
|
if is_plat("wasm") then
|
|
add_rules("qt.widgetapp_static")
|
|
else
|
|
@@ -66,6 +69,7 @@
|
|
add_files(plugin_metafont_srcs)
|
|
add_files(plugin_openssl_srcs)
|
|
add_files(plugin_xml_srcs)
|
|
+ add_files(plugin_treesitter_srcs)
|
|
add_files("src/Mogan/Draw/draw.cpp")
|
|
|