diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-09-09 03:42:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-09 14:31:33 -0500 |
commit | dca006ff39b42c4023299cebff79753dc2baf68e (patch) | |
tree | 4ab2935185fbbfe448bd53e3ac8fbfc0921c48fd /recipes-graphics | |
parent | 79971323124a43f09b8562ca4d13bcd1b5b3c0dd (diff) | |
download | meta-ti-dca006ff39b42c4023299cebff79753dc2baf68e.tar.gz |
omap5-sgx-ddk-um-linux: explicitly specify RDEPENDS on libdrm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb index 55fa33a9..cd01d6fe 100644 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | |||
@@ -22,6 +22,8 @@ inherit update-rc.d | |||
22 | PR = "r11" | 22 | PR = "r11" |
23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" | 23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" |
24 | 24 | ||
25 | RDEPENDS_${PN} += "libdrm" | ||
26 | |||
25 | RREPLACES_${PN} = "libegl libgles1 libgles2" | 27 | RREPLACES_${PN} = "libegl libgles1 libgles2" |
26 | RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev" | 28 | RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev" |
27 | RREPLACES_${PN}-dbg = "libegl-dbg" | 29 | RREPLACES_${PN}-dbg = "libegl-dbg" |