A *temporary workaround* is to manually edit /usr/lib/x86_64-linux- gnu/pkgconfig/gdk-3.0.pc (this is path on my 64bit system, use locate gdk-3.0.pc to find the file if this path is not present at your system) changing:
Requires.private: gio-unix-2.0 fontconfig x11 xext xinerama xi xrandr xcursor xfixes xcomposite xdamage wayland-client >= 1.0.0 xkbcommon >= 0.2.0 wayland-cursor cairo-xlib cairo pangoft2 to Requires.private: gio-unix-2.0 fontconfig x11 xext xinerama xi xrandr xcursor xfixes xcomposite xdamage cairo-xlib cairo pangoft2 With that change most applications using GTK should build fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1106188 Title: Unable to build any GTK app, because of missing wayland-client.pc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1106188/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
