backend-x11: need libdrm headers in build
authorPekka Paalanen <pekka.paalanen@collabora.com>
Thu, 24 Oct 2019 10:25:13 +0000 (13:25 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.com>
Thu, 24 Oct 2019 10:29:33 +0000 (13:29 +0300)
9ddb3bc315adbc0c3951f00458fe05973fd13ef6 started using drm_fourcc.h but forgot
to add libdrm headers to the dependencies.

This fixes the build for build-native-meson-no-gl-renderer when a future patch
reduces the dependencies pulled in by the libweston dependency object.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
libweston/backend-x11/meson.build

index adae2cb08b35c364f9e51865f8e97752df396b29..3e6ca54fee6281423f6c880ef5f3cbf820a4b853 100644 (file)
@@ -17,6 +17,7 @@ endif
 
 deps_x11 = [
        dep_libweston_private,
+       dep_libdrm_headers,
        dep_x11_xcb,
        dep_lib_cairo_shared,
        dep_pixman,