diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 71fcabd7fa..79605faa95 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -19,7 +19,9 @@ DEPENDS = "expat makedepend-native flex-native bison-native" | |||
19 | 19 | ||
20 | PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" | 20 | PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" |
21 | 21 | ||
22 | inherit autotools pkgconfig pythonnative gettext | 22 | inherit autotools pkgconfig pythonnative gettext distro_features_check |
23 | |||
24 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
23 | 25 | ||
24 | EXTRA_OECONF = "--enable-shared-glapi" | 26 | EXTRA_OECONF = "--enable-shared-glapi" |
25 | 27 | ||