package/weston: bump to version 10.0.1

upgrade the weston to 10.0.1 for IMG DDK 1.19
and copy patches from IMG DDK 1.19

fix the patch and building issue

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
This commit is contained in:
Andy Hu
2023-06-01 22:20:27 +08:00
parent eb6c3c5a84
commit e1839688b8
13 changed files with 221 additions and 562 deletions
@@ -0,0 +1,25 @@
From e459a97de18c9da6f946a6d58555486de4d6500b Mon Sep 17 00:00:00 2001
From: Brendan King <Brendan.King@imgtec.com>
Date: Sat, 12 Jun 2021 16:50:01 +0100
Subject: [PATCH 4/5] tests: test-client depends on libudev
Source file weston-test-fixture-compositor.c includes libudev.h.
---
tests/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/meson.build b/tests/meson.build
index d8e96e77..195366bb 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -43,6 +43,7 @@ lib_test_client = static_library(
dep_libexec_weston,
dep_pixman,
dependency('cairo'),
+ dependency('libudev'),
],
install: false,
)
--
2.25.1