Geany plugins with autotools configures against Geany built with meson but fails to build:
``` CC libgeanypluginutils_la-filelist.lo filelist.c:27:10: fatal error: geanyplugin.h: No such file or directory 27 | #include <geanyplugin.h> | ^~~~~~~~~~~~~~~ ```
because meson build of geany did not install anything to `$PREFIX/include/geany`