I am very new to buildroot. I want to use GSetting in my project. It turns out that Gsettings need backend implementation called GConf to save the config.
Because of not having this module installed in ROOT-FS, I keep getting this error message when I used the gsettings cmd line utility to read/write the config.
Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Now the problem is buildroot supports Gsettings and Glib out of the box but not GConf.
Can anyone guide me on how to add this a package to buildroot?