commit | 3b80d01d6fdf0d3fb3daa0cda97ff6590e759834 | [log] [tgz] |
---|---|---|
author | Nan Zhou <nanzhoumails@gmail.com> | Mon Aug 15 21:12:40 2022 +0000 |
committer | Nan Zhou <nanzhoumails@gmail.com> | Mon Aug 15 21:16:34 2022 +0000 |
tree | 0e1fc453a0e01920b466c764ef162a8dcfdc5277 | |
parent | f76fb8868303d20e5b0600f493510b710666cb15 [diff] |
meson: find ldap instead of link flags The current meson adds link flags for libldap directly. This makes that meson doesn't error out until compilation (e.g., report missing ldap.h). This commit adds the ldap dependency explicitly and makes it required. Tested: 1. CI works 2. bitbake works Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I7513a1a825b28c85afc51248e5b93d69a34e82f4