You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This first attempt to run activity-logger on wayland can be found as wayland_logger.c. This one was built on top of wlroots/examples/foreign-toplevel.c
Current compilation process (unnecessary overkill!) :
Clone and install the wlroots git repository EDIT: clone the 0.16 version of wlroots, since this was removed in the 0.17.
copy the wayland_logger.c file to wlroots/examples/
edit wlroots/examples/meson.build, and in the clients = {, section (~ line 60) append the following :
This first attempt to run activity-logger on wayland can be found as
wayland_logger.c
. This one was built on top of wlroots/examples/foreign-toplevel.cCurrent compilation process (unnecessary overkill!) :
wlroots
git repository EDIT: clone the 0.16 version of wlroots, since this was removed in the 0.17.wayland_logger.c
file towlroots/examples/
wlroots/examples/meson.build
, and in theclients = {
, section (~ line 60) append the following :wlroots/
, compile ! :$ meson setup --reconfigure build $ cd build $ ninja
activity-logger/
I tried but couldn't get it to work any easier...
I would be more than grateful for any suggestions, ideas or help. Feel free to discuss it below, or open a PR ! 👀
The text was updated successfully, but these errors were encountered: