VincentWei / MiniGUI

A modern and mature cross-platform window system for embedded systems and smart IoT devices.
http://www.minigui.com
GNU General Public License v3.0
695 stars 157 forks source link

建议将udev更换为eudev #55

Closed huohongpeng closed 4 years ago

huohongpeng commented 4 years ago

目前看到minigui可以支持libinput,而libinput需要libudev这个依赖。目前看到作者嵌入式自动化编译脚本中使用的是udev,编译udev需要很多依赖,移植起来比较麻烦。udev项目比较老了,现在eudev兼容udev,希望作者能替换掉udev。我在学习过程中,已将尝试编译eudev,过程相对udev简单很多,并且能正确支持libinput。

eudev项目:https://github.com/gentoo/eudev/tree/master

VincentWei commented 4 years ago

Thanks for your advice.

We checked this, and found we are actually using eudev in HybridOS, not udev.