From fd40f52b8a367a614247f6365ded547901620e09 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Tue, 27 Feb 2024 11:42:58 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9libevdev?= =?UTF-8?q?=E9=83=A8=E4=BB=B6=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 3ad438f..706419e 100644 --- a/bundle.json +++ b/bundle.json @@ -27,7 +27,21 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/libevdev:libevdev", + "header": { + "header_files": [ + "libevdev-int.h", + "libevdev-uinput-int.h", + "libevdev-uinput.h", + "libevdev-util.h", + "libevdev.h" + ], + "header_base": "//third_party/libdrm/libevdev" + } + } + ], "test": [] } } -- Gitee From 759ddea00872bafcc74db0dc92e036463439406e Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Wed, 27 Mar 2024 01:47:13 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9inner=5Fkits=E7=9A=84head?= =?UTF-8?q?er=5Fbase=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 706419e..9dad2d8 100644 --- a/bundle.json +++ b/bundle.json @@ -38,7 +38,7 @@ "libevdev-util.h", "libevdev.h" ], - "header_base": "//third_party/libdrm/libevdev" + "header_base": "//third_party/libevdev/libevdev" } } ], -- Gitee