gamescope icon indicating copy to clipboard operation
gamescope copied to clipboard

Meson build doesn't identify sys/capability.h ( libcap ) as a dependency

Open duskmoss opened this issue 11 months ago • 0 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Are you using any gamescope patches or a forked version of gamescope?

  • [x] The issue occurs on upstream gamescope without any modifications

Current Behavior

meson setup build/ runs without issues ninja -C build/ fails because missing sys/capability.h

Easy to fix, installing dependency, but seems like meson should be checking if it exists?

Steps To Reproduce

Build according to instructions in README on a clean system/container

Hardware information

- Distro: 
- CPU: 
- GPU: 
- Driver Version:

Software information


Which gamescope backends have the issue you are reporting?

  • [ ] Wayland (default for nested gamescope)
  • [ ] DRM (default for embedded gamescope, i.e. gamescope-session)
  • [ ] SDL
  • [ ] OpenVR

Logging, screenshots, or anything else

No response

duskmoss avatar Jan 21 '25 17:01 duskmoss