mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
assimp: Add missing dependency on virtual/libgl
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
579a7bb3b5
commit
e386a9a6c4
@@ -5,7 +5,7 @@ SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=bc4231a2268da8fc55525ad119638a87"
|
||||
|
||||
DEPENDS = "boost"
|
||||
DEPENDS = "boost virtual/libgl"
|
||||
|
||||
SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}-3.1/${BPN}-${PV}_no_test_models.zip"
|
||||
SRC_URI[md5sum] = "ccd4788204509da58a3a53c7aeda7a8b"
|
||||
|
||||
Reference in New Issue
Block a user