mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
freeglut: add opengl to REQUIRED_DISTRO_FEATURES
* Add opengl to REQUIRED_DISTRO_FEATURES as it depends on virtual/libgl Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
9efd12bfcc
commit
97e2e15689
@@ -9,8 +9,8 @@ SRC_URI[sha256sum] = "2a43be8515b01ea82bcfa17d29ae0d40bd128342f0930cd1f375f1ff99
|
|||||||
|
|
||||||
inherit cmake distro_features_check
|
inherit cmake distro_features_check
|
||||||
|
|
||||||
# depends on virtual/libx11
|
# depends on virtual/libx11, virtual/libgl
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||||
|
|
||||||
PROVIDES += "mesa-glut"
|
PROVIDES += "mesa-glut"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user