mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-02 01:02:18 +00:00
12 lines
250 B
Diff
12 lines
250 B
Diff
--- a/src/meson.build
|
|
+++ b/src/meson.build
|
|
@@ -45,7 +45,7 @@
|
|
)
|
|
|
|
help2man = find_program('help2man', required: false)
|
|
-if help2man.found()
|
|
+if false and help2man.found()
|
|
custom_target(
|
|
'xfce4-screenshooter.1',
|
|
depends: screenshooter,
|