wlroots/backend/libinput
Scott Anderson cff1c2f740 meson: Various improvements
Bumps minimum version to 0.51.0

- Remove all intermediate static libraries.
  They serve no purpose and are just add a bunch of boilerplate for
  managing dependencies and options. It's now managed as a list of
  files which are compiled into libwlroots directly.

- Use install_subdir instead of installing headers individually.
  I've changed my mind since I did that. Listing them out is annoying as
  hell, and it's easy to forget to do it.

- Add not_found_message for all of our optional dependencies that have a
  meson option. It gives some hints about what option to pass and what
  the optional dependency is for.

- Move all backend subdirectories into their own meson.build. This
keeps some of the backend-specific build logic (especially rdp and
session) more neatly separated off.

- Don't overlink example clients with code they're not using.
  This was done by merging the protocol dictionaries and setting some
  variables containing the code and client header file.
  Example clients now explicitly mention what extension protocols they
  want to link to.

- Split compositor example logic from client example logic.

- Minor formatting changes
2019-12-23 07:48:29 -05:00
..
backend.c backend/drm, backend/libinput: listen to session destroy 2019-12-01 10:26:12 -05:00
events.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00
keyboard.c backend/libinput: add assertions 2018-09-18 11:05:55 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
pointer.c Implement the pointer-gestures-unstable-v1 protocol 2019-01-28 22:06:36 +01:00
switch.c s/lid_switch/switch_device 2019-03-19 22:45:58 -04:00
tablet_pad.c Move initialization of wlr_tablet_pad into types/wlr_tablet_pad 2019-09-26 19:41:19 +03:00
tablet_tool.c Add libinput-1.14 support 2019-08-11 19:39:47 +09:00
touch.c backend: touch: Fixup incomplete patch for single touch devices. 2019-08-19 17:35:30 +03:00