diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-06-19 10:44:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-19 11:28:54 -0700 |
commit | 05237151280c6e762c744792fe6d8ece0e66fb9f (patch) | |
tree | b941486f7e960daf2eae09d7ea138b66c091c927 /meta-python/recipes-devtools/python/python3-sqlparse | |
parent | 9513a6a51a488e929d06f2ca05c1a86c28beaf34 (diff) | |
download | meta-openembedded-05237151280c6e762c744792fe6d8ece0e66fb9f.tar.gz |
lvgl: install lv_conf.h in ${includedir}/${BPN}
* with multilib lib32-lvgl installs all headers except lv_conf.h into:
${includedir}/lvgl only lv_conf.h ends in ${includedir}/lib32-lvgl/
which is wrong and not included in any includepaths:
$ cat lib32-lvgl/9.1.0/image/usr/lib32/pkgconfig/lvgl.pc
prefix="/usr"
includedir="${prefix}/include/lvgl"
libdir=${prefix}/lib
Name: lvgl
Description: Light and Versatile Graphics Library
URL: https://lvgl.io/
Version: 9.1.0
Cflags: -I${includedir}
Libs: -L${libdir} -llvgl
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse')
0 files changed, 0 insertions, 0 deletions