diff --git a/bundle.json b/bundle.json index 7f7573c0110383b956a97b98f16e81f6f139e94d..79d63270b49671d6f8c8929b9e1c7ce921f5537e 100644 --- a/bundle.json +++ b/bundle.json @@ -25,7 +25,20 @@ "sub_component": [ "third_party/libdrm:libdrm" ], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/libdrm:libdrm", + "header": { + "header_files": [ + "xf86drm.h", + "xf86drmHash.h", + "xf86drmMode.h", + "xf86drmRandom.h" + ], + "header_base": "//third_party/libdrm" + } + } + ], "test": [] } }