@eht16 In fact, gawk is not a new depedency, it's already needed by geany-i18n-m4. but I still replaced the offending statement because meson discourages from listing source files via wildcards.

Almost. geany-i18n-m4 requires AC_PROG_AWK which supports also other awk variants than gawk.
I noticed this because the system where I tested the build actually had no gawk installed but I was still able to successfully compile Geany with autotools (probably with mawk as this is installed on that system).
Maybe Meson supports something similar to use either gawk or mawk depending on what is available, so we could still have the dynamically generated list.

Found a few more issues:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.