Re: audio/audacity -> audio/sratom

From: Tatsuki Makino <tatsuki_makino_at_hotmail.com>
Date: Wed, 02 Nov 2022 06:50:47 UTC
Hello.

Andy Farkas wrote on 2022/11/02 15:26:
> I cannot build audacity because sratom fails:
> Any clues?

Probably because doxygen is installed.

It may be necessary to explicitly stop the following in sratom-0.6.14/meson.build

if not get_option('docs').disabled()
  subdir('doc')
endif


Regards.