mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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 <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user