diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index a804089e5c..d4b9db014e 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc | |||
@@ -9,6 +9,7 @@ PREFERRED_PROVIDER_virtual/egl ?= "mesa" | |||
9 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" | 9 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" |
10 | PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa" | 10 | PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa" |
11 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" | 11 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" |
12 | PREFERRED_PROVIDER_virtual/mesa ?= "mesa" | ||
12 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg" | 13 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg" |
13 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" | 14 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" |
14 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11" | 15 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11" |
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 79605faa95..afc795c5d2 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -17,7 +17,7 @@ PE = "2" | |||
17 | 17 | ||
18 | DEPENDS = "expat makedepend-native flex-native bison-native" | 18 | 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 virtual/mesa" |
21 | 21 | ||
22 | inherit autotools pkgconfig pythonnative gettext distro_features_check | 22 | inherit autotools pkgconfig pythonnative gettext distro_features_check |
23 | 23 | ||