Missing dependency mesa FTBFS
| Task Info (Flyspray) | |
|--------------------------|---------------------------------------------------------------------------------------|
| <small>Opened By</small> | <small>[Eric Long (hack3ric)](https://bugs.archlinux.org/user/38865)</small> |
| <small>Task ID</small> | <small>[79915](https://bugs.archlinux.org/task/79915)</small> |
| <small>Type</small> | <small>Bug Report</small> |
| <small>Project</small> | <small>Arch Linux</small> |
| <small>Category</small> | <small>Packages: Extra</small> |
| <small>Version</small> | <small>None</small> |
| <small>OS</small> | <small>All</small> |
| <small>Opened</small> | <small>2023-10-11 16:04:22 UTC</small> |
| <small>Status</small> | <small>Assigned</small> |
| <small>Assignee</small> | <small>[Christian Rebischke (Shibumi)](https://bugs.archlinux.org/user/16600)</small> |
| <small>Assignee</small> | <small>[Maxim Baz (maximbaz)](https://bugs.archlinux.org/user/26921)</small> |
### Details
Description:
xdg-desktop-portal-wlr failed to build with the following log:
```
Run-time dependency gbm found: NO (tried pkgconfig)
meson.build:30:6: ERROR: Dependency "gbm" not found, tried pkgconfig
A full log can be found at /build/xdg-desktop-portal-wlr/src/xdg-desktop-portal-wlr-0.7.0/build/meson-logs/meson-log.txt
```
Adding mesa (providing libgbm.so and gbm.pc) solves the issue.
### Attachments
[PKGBUILD.patch](https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-wlr/uploads/cba57d6e7638e9f8dbe5465b5f2806ff/PKGBUILD.patch)
issue