diff mbox series

[meta-oe] libforms: Replace hardcoded dep on mesa with virtual/libgl

Message ID 20230619013558.3206367-1-raj.khem@gmail.com
State New
Headers show
Series [meta-oe] libforms: Replace hardcoded dep on mesa with virtual/libgl | expand

Commit Message

Khem Raj June 19, 2023, 1:35 a.m. UTC
This ensures that it can be built on machines with non-mesa graphics
drivers

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"