[libcamera-devel,0/1] linux: install missing drm includes
mbox series

Message ID 20200609143601.9050-1-scerveau@collabora.com
Headers show
Series
  • linux: install missing drm includes
Related show

Message

Stéphane Cerveau June 9, 2020, 2:36 p.m. UTC
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