commit | fa27734c97a0aa5362e41fa711cbaa4389511092 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Feb 20 15:16:22 2020 -0800 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 00:30:49 2020 -0700 |
tree | c478e380eac209f660832b9cd0ad4cfd85477a63 | |
parent | bbd1b56ac147b6bc87207f5097a0351dd8fa0670 [diff] [blame] |
src: Allow for stdplus to be vendored Change-Id: I0ade83798e1458e31b011119f95fc17c30617153 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/src/meson.build b/src/meson.build index cb076f5..5a485e6 100644 --- a/src/meson.build +++ b/src/meson.build
@@ -1,6 +1,6 @@ sdeventplus_deps = [ dependency('libsystemd', version: '>=239'), - dependency('stdplus'), + dependency('stdplus', fallback: ['stdplus', 'stdplus']), ] sdeventplus_headers = include_directories('.')