From: Roman Stratiienko <[email protected]> Signed-off-by: Roman Stratiienko <[email protected]> --- .../eglinfo/eglinfo-wayland_1.0.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-graphics/eglinfo/eglinfo-wayland_1.0.0.bb
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-wayland_1.0.0.bb b/meta/recipes-graphics/eglinfo/eglinfo-wayland_1.0.0.bb new file mode 100644 index 0000000000..87a131aa7b --- /dev/null +++ b/meta/recipes-graphics/eglinfo/eglinfo-wayland_1.0.0.bb @@ -0,0 +1,13 @@ +EGLINFO_PLATFORM ?= "wayland" +EGLINFO_BINARY_NAME ?= "eglinfo-wayland" + +require eglinfo.inc + +DEPENDS += "wayland" + +inherit distro_features_check + +# depends on wayland +REQUIRED_DISTRO_FEATURES += "wayland" + +SUMMARY += "(Wayland version)" -- 2.17.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
