2020-08-13 11:15:35 +02:00
|
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
|
|
Date: 2020-08-13 11:01:08.470708019 +0200
|
|
|
|
|
|
|
|
Do not fail the build if munit available (only) via /usr.
|
|
|
|
|
2022-03-02 09:04:17 +01:00
|
|
|
---
|
|
|
|
meson.build | 2 --
|
|
|
|
1 file changed, 2 deletions(-)
|
|
|
|
|
2022-06-07 09:09:53 +02:00
|
|
|
Index: libei-0.3/meson.build
|
2022-03-02 09:04:17 +01:00
|
|
|
===================================================================
|
2022-06-07 09:09:53 +02:00
|
|
|
--- libei-0.3.orig/meson.build
|
|
|
|
+++ libei-0.3/meson.build
|
|
|
|
@@ -236,8 +236,6 @@ endif
|
2020-08-13 11:15:35 +02:00
|
|
|
|
|
|
|
# tests
|
2022-03-02 09:04:17 +01:00
|
|
|
if get_option('tests')
|
2022-06-07 09:09:53 +02:00
|
|
|
- subproject('munit', default_options: 'werror=false')
|
2022-03-02 09:04:17 +01:00
|
|
|
-
|
|
|
|
munit = dependency('munit', fallback: ['munit', 'munit_dep'])
|
2020-08-13 11:15:35 +02:00
|
|
|
|
2022-03-02 09:04:17 +01:00
|
|
|
lib_unittest = static_library('unittest',
|