| commit | 52fca902d7c31a1070ee46d8f674840fdadfdfeb | [log] [tgz] |
|---|---|---|
| author | Eero Aaltonen <eero.aaltonen@vaisala.com> | Wed Oct 26 22:05:47 2022 +0300 |
| committer | Jérôme Forissier <jerome@forissier.org> | Fri Oct 28 09:15:14 2022 +0200 |
| tree | a9f4be033bf4069413f1d31b08e6e48bd6509d37 | |
| parent | 13123dea4bce6a52365b8d9c063a8e8b26ea9946 [diff] |
teeacl: fix include path
The `uuid` pkg-config file provides the include directory as
`${PREFIX}/include/uuid`. Set include path relative to pkg-config file
specified include_dir to remain portable.
Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>
Acked-by: Clement Faure <clement.faure@nxp.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers