mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
Config is now lua libexif is replaced with exiv2 mv gtest from bdep to depend use precompiled doc use en_US.utf8 when available for the sort test or skip it exr needs >=media-libs/openexr-3.4 but it's currently masked Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
13 lines
445 B
Diff
13 lines
445 B
Diff
use precompiled doc from tarball
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -148,7 +148,7 @@ conf.set_quoted('APP_VERSION', version)
|
|
configure_file(output: 'buildconf.hpp', configuration: conf)
|
|
|
|
# doc generator
|
|
-python3 = find_program('python3', native: true, required: false)
|
|
+python3 = find_program('python3', native: true, required: false, disabler: true)
|
|
if python3.found()
|
|
extra_dir = meson.global_source_root() / 'extra'
|
|
# man 1
|