When I was building pipewire with libcamera support,
some drm headers were missing included by /libcamera/pixel_format.h.
One option was to modify the pc file and depend on libdrm but as the headers
are provided by libcamera, I thought it was more handy to install those
in libcamera/linux
Stéphane Cerveau (1):
linux: install missing drm includes
include/linux/meson.build | 12 ++++++++++++
include/meson.build | 1 +
2 files changed, 13 insertions(+)
create mode 100644 include/linux/meson.build