Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523416 - media-libs/clutter evdev/wayland support
Summary: media-libs/clutter evdev/wayland support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2014-09-22 04:03 UTC by Mart Raudsepp
Modified: 2014-12-08 22:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mart Raudsepp gentoo-dev 2014-09-22 04:03:01 UTC
• List of changes since Clutter 1.17.4

    - Use libinput instead of libevdev
    The evdev input backend is now based on libinput instead of directly
    using the evdev API; this allows for shared input behaviour with
    different toolkits.


However we didn't support evdev in 1.16 either; it picks up x11 and gdk in both 1.16 and 1.18.
We should review the input backends available and have a proper logic on what we pick there. I suspect we might be losing stuff like pressure and multitouch if we don't have evdev backend used; though the x11 backend is xi2 based, which should provide some or all of that too. Either way, as we move into more of a Wayland world, where libinput will be used primarily, the point about shared input behaviour will apply.
Comment 1 Pacho Ramos gentoo-dev 2014-09-22 15:50:25 UTC
On Fedora the following backends are being enabled depending on wayland support being wanted or not:
%configure \
	--enable-xinput \
        --enable-gdk-backend \
        --enable-installed-tests \
	%{?with_tests:--enable-installed-tests} \
%if %{with_wayland}
        --enable-egl-backend \
        --enable-evdev-input \
        --enable-wayland-backend \
        --enable-wayland-compositor \
%endif

We could do the same depending on "wayland" USE I guess :/
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2014-12-08 22:32:13 UTC
This is all in overlay with Gnome 3.14.