wlroots-hyprland/examples
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
..
.gitignore Add xdg shell stubs 2017-08-09 12:31:16 -04:00
cat.c Moved cat out of support, removed support 2018-05-10 19:03:56 -07:00
cat.h Moved cat out of support, removed support 2018-05-10 19:03:56 -07:00
dmabuf-capture.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00
foreign-toplevel.c examples: add fullscreening to foreign-toplevel.c 2019-04-29 00:00:53 +03:00
fullscreen-shell.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
gamma-control.c examples/gamma-control: fix brightness formula 2018-08-02 23:33:59 +01:00
idle-inhibit.c Simplify evdev includes on FreeBSD by relying on up-to-date package 2019-01-07 08:08:47 +00:00
idle.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00
input-inhibitor.c Add input-inhibitor example client 2018-04-03 14:06:52 -04:00
input-method.c meson: enable more compiler warnings 2019-03-01 09:20:23 +01:00
layer-shell.c Simplify evdev includes on FreeBSD by relying on up-to-date package 2019-01-07 08:08:47 +00:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
multi-pointer.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00
output-layout.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00
pointer-constraints.c examples/pointer-constraints: style fixes 2018-09-26 17:34:09 +02:00
pointer.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00
relative-pointer-unstable-v1.c relative_pointer: add relative-pointer example 2018-12-21 12:20:48 -06:00
rotation.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00
screencopy.c examples: set mode when creating shm object 2019-11-20 22:19:48 -05:00
simple.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00
tablet.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00
text-input.c examples: remove duplicated condition 2019-08-12 09:37:21 +09:00
toplevel-decoration.c Add xdg-decoration-unstable-v1 support 2018-07-28 22:48:07 +01:00
touch.c Add -Wmissing-prototypes 2019-11-20 02:05:03 +00:00