diff options
author | Marek Vasut <marex@denx.de> | 2024-03-14 03:54:44 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-17 13:10:09 -0700 |
commit | 4b09b8f12fb62e806968a1805bc1b4418b77f0ef (patch) | |
tree | 68dbc20e479cf5ad9553ee138abf0a85f10396e5 /meta-oe/recipes-dbs/postgresql/postgresql.inc | |
parent | 8186418f5b997c4d38800f952cb966677470c32b (diff) | |
download | meta-openembedded-4b09b8f12fb62e806968a1805bc1b4418b77f0ef.tar.gz |
lvgl: Generate proper shared libraries with version suffix
Add missing version suffix to shared libraries. Currently the filename of
generated shared libraries is only liblvgl.so, which prevents coexistence
of different versions of LVGL on the same system. Set VERSION and SOVERSION
to make cmake add the version suffix to generated shared libraries. That
changes the filename to liblvgl.so.9.0.0 and includes symlink with major
ABI version, i.e. liblvgl.so.9 .
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql.inc')
0 files changed, 0 insertions, 0 deletions