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... :(
This commit is contained in:
Carsten Haitzler 2019-06-20 11:06:37 +01:00
parent 7919ccbc29
commit 1064bd09c7
1 changed files with 2 additions and 1 deletions

View File

@ -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]