Both of these patches seem very wrong. X11 definitely does not require opengl. I just confirmed it by building xf86-input-synaptics without opengl in DISTRO_FEATURES.
Can you show how the issue can be reproduced on plain poky? It seems like your local config or distro or BSP layer does something which triggers this. Alex On Mon, 5 Dec 2022 at 10:51, Yu, Mingli <[email protected]> wrote: > > From: Mingli Yu <[email protected]> > > xf86-input-synaptics depends on virtual/xserver which needs opengl > DISTRO_FEATURES, so add opengl distro check also for xf86-input-synaptics. > > Signed-off-by: Mingli Yu <[email protected]> > --- > meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc > b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc > index 8b3f19426b..3fc54af3e4 100644 > --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc > +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc > @@ -17,7 +17,7 @@ XORGBUILDCLASS ??= "autotools" > inherit ${XORGBUILDCLASS} pkgconfig features_check > > # depends on virtual/xserver > -REQUIRED_DISTRO_FEATURES = "x11" > +REQUIRED_DISTRO_FEATURES = "x11 opengl" > > # FIXME: We don't want to include the libtool archives (*.la) from modules > # directory, as they serve no useful purpose. Upstream should fix Makefile.am > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#174281): https://lists.openembedded.org/g/openembedded-core/message/174281 Mute This Topic: https://lists.openembedded.org/mt/95465698/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
