From 1064bd09c7aa8f0a55a5634ef52822b0b38677b9 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 20 Jun 2019 11:06:37 +0100 Subject: meson - docs - convert - we aren't using it so don't require it comment it out and move it closer to the block that needs it to make it obvious ... we don't need it. i'm all-in-all not that into the eps conversion thing for docs there too... :( --- doc/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/meson.build b/doc/meson.build index a24c528d76..a362c6d2ba 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -105,7 +105,6 @@ widget_preview_eps = custom_target('widget_preview_prefs_epc', shot_sh = find_program('shot.sh') tar = find_program('tar') -convert = find_program('convert') foreach text_filter_property : text_filter_properties text = text_filter_property[0] @@ -140,6 +139,8 @@ foreach widget_preview : widget_previews endif endforeach +#convert = find_program('convert') + foreach widget_preview : widget_previews directory = widget_preview[0] ss = widget_preview[1] -- cgit v1.2.1