On Sat, Feb 16, 2013 at 8:36 AM, Martín Cigorraga <m...@archlinux.us> wrote: > I'm totally missing something here since I haven't found Wayland as a required > dependency for libgdk-3 on the other two distributions I was working with.
I guess what you are missing is the fact that wayland is optional at compile-time, but if enabled it is required on run-time. This is how almost all libraries work. HTH, Tom