Re: [RFC wayland] scanner: Add support for dynamic symbol loading

2016-02-26 Thread Pekka Paalanen
On Thu, 18 Feb 2016 18:51:33 +0800 Jonas Ådahl wrote: > In certain configurations the wl_interface symbols up various > interfaces from wayland core (such as wl_surface_interface, > wl_pointer_interface etc) are not available at build time, for example > when the application will dlopen() the req

[RFC wayland] scanner: Add support for dynamic symbol loading

2016-02-18 Thread Jonas Ådahl
In certain configurations the wl_interface symbols up various interfaces from wayland core (such as wl_surface_interface, wl_pointer_interface etc) are not available at build time, for example when the application will dlopen() the required symbols at run time. To make it possible to build files g