0002-meson-do-not-check-for-c.patch 748 B

1234567891011121314151617181920212223242526272829
  1. From 1df9b73db6541cbc483c6ee1b21dbe0cb6e5cbfa Mon Sep 17 00:00:00 2001
  2. From: Bernd Kuhls <bernd.kuhls@t-online.de>
  3. Date: Wed, 29 Jul 2020 08:20:41 +0200
  4. Subject: [PATCH] meson: do not check for c++
  5. Wayland does not need c++, fixes building with toolchains lacking c++.
  6. Backported from upstream PR:
  7. https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/88
  8. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  9. ---
  10. meson.build | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/meson.build b/meson.build
  13. index b67b101..e47a52d 100644
  14. --- a/meson.build
  15. +++ b/meson.build
  16. @@ -1,5 +1,5 @@
  17. project(
  18. - 'wayland', 'c', 'cpp',
  19. + 'wayland', 'c',
  20. version: '1.18.0',
  21. license: 'MIT',
  22. meson_version: '>= 0.47.0',
  23. --
  24. 2.27.0