diff options
| -rw-r--r-- | recipes-graphics/userland/userland_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index b921443..e6af4bf 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196" | |||
| 7 | 7 | ||
| 8 | PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" | 8 | PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" |
| 9 | 9 | ||
| 10 | RPROVIDES_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "libgles2 egl libegl", d)}" | 10 | RPROVIDES_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "libgles2 egl libegl libegl1 libgl1 libglesv2-2", d)}" |
| 11 | COMPATIBLE_MACHINE = "^rpi$" | 11 | COMPATIBLE_MACHINE = "^rpi$" |
| 12 | 12 | ||
| 13 | SRCBRANCH = "master" | 13 | SRCBRANCH = "master" |
| @@ -91,4 +91,4 @@ FILES_${PN}-dbg += "${libdir}/plugins/.debug" | |||
| 91 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 91 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 92 | 92 | ||
| 93 | RDEPENDS_${PN} += "bash" | 93 | RDEPENDS_${PN} += "bash" |
| 94 | RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl", "", d)}" | 94 | RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl1", "", d)}" |
