So I am trying to setup PyGObject, gtk+-3 on my system to make GUI applications.
I have successfully setup JHBuild required to install these packages as mentioned here:
https://python-gtk-3-tutorial.readthedocs.io/en/latest/install.html#id2
PyGObject is successfully installed on my system.
However, while trying to setup gtk+-3, I have hit a roadblock and the setup always fails with below error:
No package 'wayland-egl' found
Error screen-shot attached here.
I have tried below but to no avail:
Whats the proper way to install Jhbuild?
Is this a known bug with Xenial or am I missing something here? How do I setup wayland-egl to resolve gtk+-3's dependency?
Really stuck here, any help would be greatly appreciated. Thanks!