forked from pool/libei
Jan Engelhardt
a0cc5b92b8
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libei?expand=0&rev=7
23 lines
592 B
Diff
23 lines
592 B
Diff
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.
|
|
|
|
---
|
|
meson.build | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
Index: libei-0.3/meson.build
|
|
===================================================================
|
|
--- libei-0.3.orig/meson.build
|
|
+++ libei-0.3/meson.build
|
|
@@ -236,8 +236,6 @@ endif
|
|
|
|
# tests
|
|
if get_option('tests')
|
|
- subproject('munit', default_options: 'werror=false')
|
|
-
|
|
munit = dependency('munit', fallback: ['munit', 'munit_dep'])
|
|
|
|
lib_unittest = static_library('unittest',
|