yambar/bar
Daniel Eklöf e25c42dc87
module/river: meson: explicitly add wl_proto_src + wl_proto_headers to sources
The ‘river’ module depends on generated protocol sources. These are
normally provided, indirectly, by the Wayland bar backend. But when
building plugins as shared modules, the plugins no longer depend on
the bar, and thus ‘river’ fails to build.

Fix this by doing two things:

* **Remove** the ‘river’ protocol from the ‘generic’ Wayland protocols
* Explicitly add both the generic and the ‘river’ specific protocols
  to the ‘river’ module.
2020-09-24 17:30:18 +02:00
..
backend.h bar: don't use cairo 2019-09-22 11:46:46 +02:00
bar.c bar: let backend check if xcursor should be updated or not 2020-07-09 19:02:02 +02:00
bar.h cairo: replace cairo with pixman in decos, particles and modules 2019-09-22 01:56:58 +02:00
meson.build module/river: meson: explicitly add wl_proto_src + wl_proto_headers to sources 2020-09-24 17:30:18 +02:00
private.h bar: let backend check if xcursor should be updated or not 2020-07-09 19:02:02 +02:00
wayland.c bar/wayland: do *not* set backend->scale in xdg_output_handle_done() 2020-07-20 17:30:20 +02:00
wayland.h wayland: mucho wip: initial sort-of-working wayland backend 2019-02-03 11:08:53 +01:00
xcb.c bar: let backend check if xcursor should be updated or not 2020-07-09 19:02:02 +02:00
xcb.h bar: wip: define a 'backend' interface 2019-01-29 20:59:25 +01:00