Skip to content

fullscreen-shell : doesn't support a screenshooter function

YJ Heo requested to merge (removed):main into main

screen-shooter doesn't work on fullscreen-shell because wet_shell_init() is missing to call a screenshooter_create api .

changes

  • fullscreen-shell.c : adding a 'screenshooter_create' api to wet_shell_init()
  • meson.build : adding a dependencies 'dep_libexec_weston' which has implementation of screenshooter

Merge request reports