diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-11 11:33:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-17 20:48:09 +0100 |
commit | 442be3ef60394f46bdba9f747c46bff288a4d401 (patch) | |
tree | 432f25202929291e1571e0ec2f305a7fd09f9f56 /meta/recipes-graphics/mesa | |
parent | ac191eb9644bea8ee7843b8e976a63617882e47f (diff) | |
download | poky-442be3ef60394f46bdba9f747c46bff288a4d401.tar.gz |
mesa: add virtual/mesa provider
As there are two alternative mesa recipes (mesa and mesa-gl), there needs to be
a virtual provider that recipes that explicitly need Mesa (such as xserver-xorg)
can depend on.
(From OE-Core rev: 4a407568472d3c87cd2ce11baf199568249640b6)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||