diff options
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" |