On Wed, Jun 25, 2014 at 09:42:28AM -0700, Andrea Giammarchi wrote:
> Not sure this is the right place for this question but weston does not
> build when libinput 0.4 is used:
>
> ./autogen.sh --prefix=$WLD \
> --disable-rpi-compositor \
> --enable-libinput-backend \
> --enable-eg
Not sure this is the right place for this question but weston does not
build when libinput 0.4 is used:
./autogen.sh --prefix=$WLD \
--disable-rpi-compositor \
--enable-libinput-backend \
--enable-egl --with-cairo-glesv2 --enable-wayland-compositor \
--disable-x11-composito
On Wed, Jun 25, 2014 at 02:07:36PM +1000, Peter Hutterer wrote:
> No functional changes, just adjusting for API changes in libinput:
> - libinput_destroy() replaced by libinput_unref()
> - log functions now take a libinput context, userdata is gone
> - udev seat creation is now libinput_udev_create
No functional changes, just adjusting for API changes in libinput:
- libinput_destroy() replaced by libinput_unref()
- log functions now take a libinput context, userdata is gone
- udev seat creation is now libinput_udev_create_context() and
libinput_udev_assign_seat()
Signed-off-by: Peter Hutte