diff options
author | mingli.yu@windriver.com <mingli.yu@windriver.com> | 2016-07-11 17:15:26 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-29 11:00:54 +0200 |
commit | 97e2e1568948e7a820bb68afd502ed479f184c93 (patch) | |
tree | 77dcece2c15f4ae5fc7ca06e7773f522f5fe90ce /meta-oe | |
parent | 9efd12bfcc1562572ec03581b463a837058140aa (diff) | |
download | meta-openembedded-97e2e1568948e7a820bb68afd502ed479f184c93.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb b/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb index 389d3fb7c..d54fafc8d 100644 --- a/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb +++ b/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb | |||
@@ -9,8 +9,8 @@ SRC_URI[sha256sum] = "2a43be8515b01ea82bcfa17d29ae0d40bd128342f0930cd1f375f1ff99 | |||
9 | 9 | ||
10 | inherit cmake distro_features_check | 10 | inherit cmake distro_features_check |
11 | 11 | ||
12 | # depends on virtual/libx11 | 12 | # depends on virtual/libx11, virtual/libgl |
13 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
14 | 14 | ||
15 | PROVIDES += "mesa-glut" | 15 | PROVIDES += "mesa-glut" |
16 | 16 | ||