lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
290 stars 309 forks source link

Add pkgconfig file #301

Closed johanadamnilsson closed 8 months ago

johanadamnilsson commented 8 months ago

Working with lv-drivers headers is a bit problematic. This is because the headers have not the same path when they are build compared to when they are used from another program. This will make it possible to ask pkg-config --lib to get required libs and pkg-config --cflags to get required cflags.

kisvegabor commented 8 months ago

Thank you! As time passes I more and more convinced that having the drivers in the lvgl repo from v9 is a good idea. It will solve a lot of versioning and synchronization issues.