0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/foot/doc-meson.build.patch
2024-11-21 13:20:35 +05:30

9 lines
254 B
Diff

--- a/doc/meson.build
+++ b/doc/meson.build
@@ -1,4 +1,4 @@
-scdoc_prog = find_program(scdoc.get_variable('scdoc'), native: true)
+scdoc_prog = find_program('scdoc')
if utmp_backend != 'none'
utmp_add_args = '@0@ $WAYLAND_DISPLAY'.format(utmp_add)