mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
262cbdfbcb
Refresh the cross-compile configure.ac patch for 4.0.0. Its configure.ac now requires the xcursor pkg-config module in the core PKG_CHECK_MODULES, which the recipe never depended on, so do_configure fails: checking for fontconfig xrender xcomposite xcursor xdamage xfixes xext x11... no configure: error: Package requirements (...) were not met: Package 'xcursor' not found Add libxcursor to DEPENDS. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>