mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
9 lines
254 B
Diff
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)
|