feat(build): add pkgconfig file (#4744)

Co-authored-by: Adam x Nilsson <adamni@axis.com>
This commit is contained in:
Adam Nilsson
2023-11-06 14:00:07 +01:00
committed by GitHub
parent 2a8f876da6
commit e3380a8fe8
2 changed files with 16 additions and 0 deletions

10
lvgl.pc.in Normal file
View File

@@ -0,0 +1,10 @@
prefix="@CMAKE_INSTALL_PREFIX@"
includedir="${prefix}/@INC_INSTALL_DIR@"
libdir=${prefix}/lib
Name: lvgl
Description: Light and Versatile Graphics Library
URL: https://lvgl.io/
Version: 9.0.0
Cflags: -I${includedir}
Libs: -L${libdir} -llvgl