0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-28 04:22:41 +00:00
Files
termux-packages/x11-packages/lite-xl/meson.build.patch
2024-11-29 13:23:31 +05:30

27 lines
889 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -78,6 +78,7 @@
# Lua has no official .pc file
# so distros come up with their own names
lua_names = [
+ 'lua54',
'lua5.4', # Debian
'lua-5.4', # FreeBSD
'lua', # Fedora
@@ -210,7 +211,6 @@
lite_bindir = 'bin'
lite_docdir = get_option('datadir') / 'doc' / 'lite-xl'
lite_datadir = get_option('datadir') / 'lite-xl'
- if host_machine.system() == 'linux'
install_data('resources' / 'icons' / 'lite-xl.svg',
install_dir : get_option('datadir') / 'icons' / 'hicolor' / 'scalable' / 'apps'
)
@@ -220,7 +220,6 @@
install_data('resources' / 'linux' / 'org.lite_xl.lite_xl.appdata.xml',
install_dir : get_option('datadir') / 'metainfo'
)
- endif
endif
install_data('licenses' / 'licenses.md', install_dir : lite_docdir)