From c334ce383f38a3bc1656abdfcad2a1f4ff489994 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 18 Jun 2023 18:34:11 -0700 Subject: [PATCH] libforms: Replace hardcoded dep on mesa with virtual/libgl This ensures that it can be built on machines with non-mesa graphics drivers Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb b/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb index 52bddbd0de..251c07adf0 100644 --- a/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb +++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb @@ -20,7 +20,7 @@ REQUIRED_DISTRO_FEATURES = "opengl x11" S = "${WORKDIR}/xforms-${PV}" -DEPENDS = "libxpm jpeg libx11 mesa" +DEPENDS = "libxpm jpeg libx11 virtual/libgl" RDEPENDS:${PN} = "bash" EXTRA_OECONF = "--with-extra-inc=${S}/lib"