mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-02 17:01:04 +00:00
omap5-sgx-ddk-um-linux: explicitly specify RDEPENDS on libdrm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -22,6 +22,8 @@ inherit update-rc.d
|
|||||||
PR = "r11"
|
PR = "r11"
|
||||||
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
|
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "libdrm"
|
||||||
|
|
||||||
RREPLACES_${PN} = "libegl libgles1 libgles2"
|
RREPLACES_${PN} = "libegl libgles1 libgles2"
|
||||||
RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev"
|
RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev"
|
||||||
RREPLACES_${PN}-dbg = "libegl-dbg"
|
RREPLACES_${PN}-dbg = "libegl-dbg"
|
||||||
|
|||||||
Reference in New Issue
Block a user