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

git at git.openembedded.org git at git.openembedded.org
Wed Jan 2 13:01:46 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 36c526fb9a3a31ae9499a81c84d5086fff65fb7a
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