mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 23:17:10 +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:
parent
3647fd37ec
commit
c334ce383f
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user