You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
307 B
PkgConfig
12 lines
307 B
PkgConfig
9 months ago
|
prefix="@CMAKE_INSTALL_PREFIX@"
|
||
|
includedir="${prefix}/@INC_INSTALL_DIR@"
|
||
|
libdir=${prefix}/lib
|
||
|
|
||
|
Name: lv-drivers
|
||
|
Description: Display controller and touchpad driver that can be directly used with LVGL
|
||
|
URL: https://lvgl.io/
|
||
|
Version: 9.0.0
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -llv_drivers
|
||
|
Requires: lvgl
|