diff options
| author | Markus Volk <f_l_k@t-online.de> | 2025-07-29 07:22:22 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-30 16:40:04 -0700 |
| commit | b2bbe30c246fa36764eddce226280f0d29387c08 (patch) | |
| tree | 90ee31b5f14a3cc33733bbeaa5b501ccc8694165 /meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch | |
| parent | c4b9a59fb406dfd41c358b60fbc6020c82247a69 (diff) | |
| download | meta-openembedded-b2bbe30c246fa36764eddce226280f0d29387c08.tar.gz | |
waylandpp: update 1.0.0 -> 1.0.1
This maintenance release fixes missing cstdint includes, wrong quoting in CMakeLists.txt, and adds cmake 4 support.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch')
| -rw-r--r-- | meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch b/meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch deleted file mode 100644 index 5011f05f3d..0000000000 --- a/meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | From 4576426020932ebc481ae35c15f644af2f17e88a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexey Sokolov <alexey@asokolov.org> | ||
| 3 | Date: Sun, 4 May 2025 14:38:52 +0100 | ||
| 4 | Subject: [PATCH] Fix build with cmake 4 | ||
| 5 | |||
| 6 | Upstream-Status: Backport | ||
| 7 | --- | ||
| 8 | CMakeLists.txt | 2 +- | ||
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 10 | |||
| 11 | diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
| 12 | index 866477b..8e9d2ad 100644 | ||
| 13 | --- a/CMakeLists.txt | ||
| 14 | +++ b/CMakeLists.txt | ||
| 15 | @@ -21,7 +21,7 @@ | ||
| 16 | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
| 17 | # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| 18 | |||
| 19 | -cmake_minimum_required(VERSION 3.4) | ||
| 20 | +cmake_minimum_required(VERSION 3.4...4.0) | ||
| 21 | project(waylandpp VERSION 1.0.0 LANGUAGES CXX) | ||
| 22 | |||
| 23 | # packages | ||
