I am trying to find out how does OpenELEC assigns dependencies of packages (and the version), such as kodi depends on x11, and x11 depends on many libs & utils. I have some questions.
Does OpenELEC use buildroot? Is there a "make graph-depends" command (I saw it in buildroot manual) that I can to print package dependencies?
It's a noobie question. Please help, thanks.