lvgl / lv_drivers

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

refactor(cmake) : remove dependence of wayland when not use it #252

Open HR1025 opened 1 year ago

HR1025 commented 1 year ago

[how]

  1. move wayland related Cmake to cmake/wayland_driver.cmake
  2. use option to choose whether build or not wayland
  3. add build directory to git ignore
HR1025 commented 1 year ago

This merge combine CMakeLists.txt with wayland/CMakeLists.txt to make them work together.

Thank to @WallaceIT for previous wayland/CMakeLists.txt.

Many implementations refer to it.

HR1025 commented 1 year ago

Thank you for your advice. I will revise them.

stale[bot] commented 1 year ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.