mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
This PR broke a private nixpkgs definition I have for wlroots: https://github.com/swaywm/wlroots/pull/1304 It is fixed by changing `#include <drm_fourcc.h>` to `#include <libdrm/drm_fourcc.h>`, which follows what is already done in the dmabuf example. |
||
|---|---|---|
| .. | ||
| gles2 | ||
| dmabuf.c | ||
| egl.c | ||
| glapi.txt | ||
| meson.build | ||
| wlr_renderer.c | ||
| wlr_texture.c | ||