diff options
author | Andrew F. Davis <afd@ti.com> | 2019-09-05 22:38:45 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-06 21:09:11 +0000 |
commit | 82792f5c3343b1680404f19fef6810fbb440c3ec (patch) | |
tree | 96ccffefb07fb79d42781a4846090319b8c01512 /recipes-graphics | |
parent | 59d654b69f7513d8f730f2f7a46f8d33b6f796d9 (diff) | |
download | meta-ti-82792f5c3343b1680404f19fef6810fbb440c3ec.tar.gz |
ti-sgx-ddk-um: Add wayland-protocols as build dependency
Although not needed for the IMG default EGL implementation this is needed
when building the Mesa EGL version of the DDK.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb index 0a62cc35..0695ca0a 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | |||
@@ -25,8 +25,8 @@ inherit update-rc.d | |||
25 | 25 | ||
26 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm omap5-sgx-ddk-um-linux" | 26 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm omap5-sgx-ddk-um-linux" |
27 | 27 | ||
28 | DEPENDS += "libdrm udev wayland libffi expat" | 28 | DEPENDS += "libdrm udev wayland wayland-protocols libffi expat" |
29 | RDEPENDS_${PN} += "libdrm libdrm-omap udev wayland libffi expat" | 29 | RDEPENDS_${PN} += "libdrm libdrm-omap udev wayland wayland-protocols libffi expat" |
30 | 30 | ||
31 | RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm omap5-sgx-ddk-um-linux" | 31 | RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm omap5-sgx-ddk-um-linux" |
32 | RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev omap5-sgx-ddk-um-linux-dev" | 32 | RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev omap5-sgx-ddk-um-linux-dev" |