diff options
author | Yong-iL Joh <yong-il.joh@windriver.com> | 2015-11-17 14:06:18 +0900 |
---|---|---|
committer | Yong-iL Joh <yong-il.joh@windriver.com> | 2015-11-17 16:57:30 +0900 |
commit | b4ca5fc5d0ab3a7258f1676200e31c0279c1e7a8 (patch) | |
tree | 5c89c0ebda9bd14523c0356103d471b58a4557e5 | |
parent | 714f501000b1db265a14bdbdd7422a6f88637c76 (diff) | |
download | meta-ivi-b4ca5fc5d0ab3a7258f1676200e31c0279c1e7a8.tar.gz meta-ivi-b4ca5fc5d0ab3a7258f1676200e31c0279c1e7a8.tar.bz2 meta-ivi-b4ca5fc5d0ab3a7258f1676200e31c0279c1e7a8.zip |
weston: add mesa-megadriver(swrast) for qemux86/qemux86-64/vexpressa9
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
-rw-r--r-- | meta-ivi-bsp/recipes-graphics/weston/weston_1.9.0.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-ivi-bsp/recipes-graphics/weston/weston_1.9.0.bbappend b/meta-ivi-bsp/recipes-graphics/weston/weston_1.9.0.bbappend new file mode 100644 index 0000000..4e6b3ad --- /dev/null +++ b/meta-ivi-bsp/recipes-graphics/weston/weston_1.9.0.bbappend @@ -0,0 +1,9 @@ +PR = "r2" + +PKG_MESA_qemux86 = "mesa-megadriver " +PKG_MESA_qemux86-64 = "mesa-megadriver " +PKG_MESA_vexpressa9 = "mesa-megadriver " +PKG_MESA ?= " " + +RDEPENDS_${PN} = "${PKG_MESA} \ + " |