commit | dce7381a71d1b62ed16f001a73824fd486243cf2 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Apr 16 13:57:02 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 13:57:09 2021 -0700 |
tree | d10e70489b87c248d9d661a1e8dde800e043d14f | |
parent | ece8e59e8da89fa0279444a4b8b4e163c6bedc07 [diff] [blame] |
meson: Fix stdplus_dep name Change-Id: I6c48802b2aeed0b72b2ed4d9a9a4dbf0dec9cf57 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/src/meson.build b/src/meson.build index 29877dd..a9fbc6c 100644 --- a/src/meson.build +++ b/src/meson.build
@@ -21,7 +21,7 @@ sdeventplus_deps = [ dependency('libsystemd', version: '>=240'), - dependency('stdplus', fallback: ['stdplus', 'stdplus']), + dependency('stdplus', fallback: ['stdplus', 'stdplus_dep']), function2_dep, ]