On 9 July 2015 at 20:52, Khem Raj <[email protected]> wrote: > When booting weston-core-image with latest wayland/weston/libinput > mouse/touchpad would not work on qemux86, this fixes the issue
The gcc upgrade from the same patchset has been in master for a while but this one is not. I think it should be included: currently mouse does not work in weston when started with "runqemu qemux86 kvm". In other words, "ping", Jussi > Signed-off-by: Khem Raj <[email protected]> > --- > scripts/runqemu-internal | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal > index 6878251..67aef8d 100755 > --- a/scripts/runqemu-internal > +++ b/scripts/runqemu-internal > @@ -119,7 +119,7 @@ ORIG_STTY=$(stty -g) > if [ "$SLIRP_ENABLED" = "yes" ]; then > KERNEL_NETWORK_CMD="ip=dhcp" > QEMU_TAP_CMD="" > - QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice wacom-tablet" > + QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice tablet" > if [ "$KVM_ACTIVE" = "yes" ]; then > QEMU_NETWORK_CMD="" > DROOT="/dev/vda" > @@ -274,7 +274,7 @@ else > fi > > KERNCMDLINE="mem=$QEMU_MEMORY" > - QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice wacom-tablet" > + QEMU_UI_OPTIONS="-show-cursor -usb -usbdevice tablet" > > NFS_INSTANCE=`echo $TAP | sed 's/tap//'` > export NFS_INSTANCE > -- > 2.1.4 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
