index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
camera
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignorexmlns=
"http://www.w3.org/2000/svg"
width
=
"24"
height
=
"24"
viewBox
=
"0 0 24 24"
fill
=
"none"
stroke
=
"currentColor"
stroke-width
=
"2"
stroke-linecap
=
"round"
stroke-linejoin
=
"round"
class
=
"feather feather-user"
><path
d
=
"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"
></path><circle
cx
=
"12"
cy
=
"7"
r
=
"4"
></circle></svg>
mera
parent
a10fbfcaaa531e67229ad6d43eea0ad8ec3e75f5
(
diff
)
meson: check if secure_getenv() is present
Not all libc make secure_getenv() available, this could lead to build failure on certain build systems. Check if secure_getenv() is available and emit #define HAVE_SECURE_GETENV to config.h Include config.h to every c/c++ file during building by adding `-include config.h` to project arguments for both c and c++. Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> [Kieran: Drop unnessecary meson message Update commit message] Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat
(limited to 'test/camera')
0 files changed, 0 insertions, 0 deletions