diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-11-18 17:00:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:08 +0000 |
commit | 872e153410027bd9164cc89e74e19b6000a6986b (patch) | |
tree | 836885174676c28aa046dff9f8a460bc07672915 /meta/recipes-graphics | |
parent | a62fa2327f220ca2defc9d0f876f549a9e82fa0d (diff) | |
download | poky-872e153410027bd9164cc89e74e19b6000a6986b.tar.gz |
mesa: Make gl libraries RRECOMMEND mesa-megadriver
This makes e.g. core-image-weston actually work out-of-the-box
on hardware that uses megadriver drivers.
(From OE-Core rev: 12c3f7b5501c0035f72c115fa2eac7aaad927057)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-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 13a8b9d79f..424e8b7f5b 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -114,7 +114,9 @@ python __anonymous() { | |||
114 | d.appendVar("RREPLACES_" + fullp, pkgs) | 114 | d.appendVar("RREPLACES_" + fullp, pkgs) |
115 | d.appendVar("RPROVIDES_" + fullp, pkgs) | 115 | d.appendVar("RPROVIDES_" + fullp, pkgs) |
116 | d.appendVar("RCONFLICTS_" + fullp, pkgs) | 116 | d.appendVar("RCONFLICTS_" + fullp, pkgs) |
117 | 117 | ||
118 | d.appendVar("RRECOMMENDS_" + fullp, "mesa-megadriver") | ||
119 | |||
118 | # For -dev, the first element is both the Debian and original name | 120 | # For -dev, the first element is both the Debian and original name |
119 | fullp += "-dev" | 121 | fullp += "-dev" |
120 | pkgs = p[1] + "-dev" | 122 | pkgs = p[1] + "-dev" |