GNOME Bugzilla – Bug 755552
get stuck at building GTK+
Last modified: 2015-09-24 18:14:13 UTC
(I hope this is the right place) I was following https://wiki.gnome.org/Newcomers/BuildGnome on a fresh Fedora 22 system. Everything went well, until I came to the step: jhbuild build gnome-weather building gtk+ specifically It complained about a missing dependency on wayland-egl. Here is a bit more output: http://pastebin.com/a8Eei4TA
Installing mesa-libwayland-egl-devel on fedora fixed it. Shouldn't the sysdeps catch it though?
It should have; just a missing dependency. Thanks! The following fix has been pushed: 0a744c9 GTK+ depends on wayland-egl
Created attachment 312075 [details] [review] GTK+ depends on wayland-egl
Thanks! Now it builds all the way through gnome-weather with a fresh system!