Linaro / meta-qcom

OpenEmbedded/Yocto Project BSP layer for Qualcomm based platforms
MIT License
62 stars 70 forks source link

qcom-common.inc: drop legacy/obsolete xf86-input drivers #474

Closed lumag closed 2 years ago

lumag commented 2 years ago

With the removal of xf86-input-keyboard recipe form oe-core, meta-qcom now depends on the unavailable package. While we are at it, follow the change applied in 2016 to oe-core and also drop xf86-input-mouse. xf86-input-evdev and -libinput should handle everything instead.

Note: the oe-core has also dropped the -evdev driver, but I'd prefer to be safe than sorry and leave it in place for now.

Signed-off-by: Dmitry Baryshkov dmitry.baryshkov@linaro.org