mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
mesa-demos: split info tools to a separate package
While the rest of programs inside mesa-demos are really "demos", several *info utilities have separate value as they allow gathering information about the running system in a manner similar to clinfo or vulkaninfo. Split them into a separate package in order to allow picking them info the images without picking up the rest of "demos". (From OE-Core rev: 153e33193b51868768e86be9a1d17b25b25f346a) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ed94d27977
commit
a208d55162
@@ -20,6 +20,10 @@ REQUIRED_DISTRO_FEATURES = "opengl x11"
|
||||
|
||||
EXTRA_OEMESON = "-Dwith-system-data-files=true"
|
||||
|
||||
PACKAGE_BEFORE_PN = "${PN}-info"
|
||||
RDEPENDS:${PN} += " ${PN}-info"
|
||||
FILES:${PN}-info = "${bindir}/*info"
|
||||
|
||||
# Note: wayland is not included as the feature requires libdecor recipe,
|
||||
# which is not currently in core
|
||||
PACKAGECONFIG ?= "drm egl gles1 gles2 \
|
||||
|
||||
Reference in New Issue
Block a user