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`
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2761#issuecomment-813147733