diff options
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index bc47d06..f5c803e 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -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", "libegl1", "", d)}" | 94 | RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl-mesa", "", d)}" |