0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-07-23 09:41:41 +00:00
Files
termux-packages/x11-packages/mogan/xmake-beamer.lua.patch
2025-02-16 01:16:33 +08:00

24 lines
609 B
Diff

--- a/xmake/beamer.lua
+++ b/xmake/beamer.lua
@@ -105,6 +105,12 @@
add_packages("s7")
add_packages("pdfhummus")
add_packages("libgit2")
+ add_packages("tree-sitter")
+ add_packages("tree-sitter-cpp")
+ add_packages("tree-sitter-scheme")
+ if not is_plat("wasm") then
+ add_packages("cpptrace")
+ end
if not is_plat("macosx") then
add_packages("libiconv")
end
@@ -134,6 +137,7 @@
add_files(plugin_html_srcs)
add_files(plugin_pdf_srcs)
add_files(plugin_git_srcs)
+ add_files(plugin_treesitter_srcs)
add_mxflags("-fno-objc-arc")