loader_dri3: Handle mismatched depth 30 formats for Prime renderoffload.
[mesa.git] / src / loader / meson.build
index 2693970182f42ba37f331d4723224d1f10af24aa..76fcae2cb44ace2f61442b28d9207f179836c146 100644 (file)
@@ -25,7 +25,7 @@ if with_platform_x11 and with_dri3
     'loader_dri3_helper',
     ['loader_dri3_helper.c', 'loader_dri3_helper.h'],
     c_args : c_vis_args,
-    include_directories : [inc_include, inc_src],
+    include_directories : [inc_include, inc_src, inc_drm_uapi],
     dependencies : [
       dep_libdrm, dep_xcb_dri3, dep_xcb_present, dep_xcb_sync, dep_xshmfence,
     ],