mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
eglinfo: add wayland receipe
(From OE-Core rev: f8e109308ff964a8b2faaeabbc3cb9a581ff23c6) Signed-off-by: Roman Stratiienko <roman.stratiienko@globallogic.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e059e94704
commit
ce71da425a
13
meta/recipes-graphics/eglinfo/eglinfo-wayland_1.0.0.bb
Normal file
13
meta/recipes-graphics/eglinfo/eglinfo-wayland_1.0.0.bb
Normal file
@@ -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)"
|
||||
Reference in New Issue
Block a user