Jan Engelhardt
8e0fe0bc42
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libei?expand=0&rev=6
23 lines
559 B
Diff
23 lines
559 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.2/meson.build
|
|
===================================================================
|
|
--- libei-0.2.orig/meson.build
|
|
+++ libei-0.2/meson.build
|
|
@@ -228,8 +228,6 @@ endif
|
|
|
|
# tests
|
|
if get_option('tests')
|
|
- subproject('munit')
|
|
-
|
|
munit = dependency('munit', fallback: ['munit', 'munit_dep'])
|
|
|
|
lib_unittest = static_library('unittest',
|