package/wayland: fix build with toolchains without c++
Fixes http://autobuild.buildroot.net/results/fb2/fb205601cac2bbf8e70ec2bf4eaf22264d8edc96/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d0f7b241d4
commit
654b5d934a
29
package/wayland/0002-meson-do-not-check-for-c.patch
Normal file
29
package/wayland/0002-meson-do-not-check-for-c.patch
Normal file
@ -0,0 +1,29 @@
|
||||
From 1df9b73db6541cbc483c6ee1b21dbe0cb6e5cbfa Mon Sep 17 00:00:00 2001
|
||||
From: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
Date: Wed, 29 Jul 2020 08:20:41 +0200
|
||||
Subject: [PATCH] meson: do not check for c++
|
||||
|
||||
Wayland does not need c++, fixes building with toolchains lacking c++.
|
||||
|
||||
Backported from upstream PR:
|
||||
https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/88
|
||||
|
||||
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index b67b101..e47a52d 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -1,5 +1,5 @@
|
||||
project(
|
||||
- 'wayland', 'c', 'cpp',
|
||||
+ 'wayland', 'c',
|
||||
version: '1.18.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>= 0.47.0',
|
||||
--
|
||||
2.27.0
|
||||
|
Loading…
Reference in New Issue
Block a user