[oe-commits] [openembedded-core] 06/15: eglinfo: add wayland receipe

git at git.openembedded.org git at git.openembedded.org
Thu Jan 3 12:40:44 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e8d1cfaa2b7890c30041637cb50d61509db46a7b
Author: Roman Stratiienko <roman.stratiienko at globallogic.com>
AuthorDate: Thu Dec 27 14:38:49 2018 +0200

    eglinfo: add wayland receipe
    
    Signed-off-by: Roman Stratiienko <roman.stratiienko at globallogic.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/eglinfo/eglinfo-wayland_1.0.0.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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 0000000..87a131a
--- /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)"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list