I try to build some project with MSYS2/MinGW64.
configure
fails with:
checking for gconftool-2... no
configure: error: gconftool-2 executable not found in your path - should be installed with GConf
I have found no prebuild distributive at the home page.
I have tried to guess a package name for pacman:
gconf
gconf2
gconf-devel
mingw-w64-x86_64-gconf
and so on. No success.
Also I have not found GConf package in msys2 package list.
Should I build GConf from sources or is there other way to get it?