I have build and installed geany-master with the G_IO bug workaround. It is installed and running. ```
# which geany /usr/local/bin/geany
```
but when I try to build the plugins package from master it fails to find geany. ```
./autogen.sh
...... checking for GEANY... no configure: error: Package requirements (geany >= 1.29) were not met:
``` Package 'geany', required by 'virtual:world', not found
What's that about? Have I missed a step ?
thx