mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
If the file is expected to exist, then we should always be using require so that if it doesn't we get an error rather than some other more obscure failure later on. (From OE-Core rev: 603ae6eb487489e65da69c68e532cb767ccc1fc2) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
235 B
BlitzBasic
14 lines
235 B
BlitzBasic
EGLINFO_PLATFORM ?= "x11"
|
|
EGLINFO_BINARY_NAME ?= "eglinfo-x11"
|
|
|
|
require eglinfo.inc
|
|
|
|
DEPENDS += "virtual/libx11"
|
|
|
|
inherit distro_features_check
|
|
|
|
# depends on virtual/libx11
|
|
REQUIRED_DISTRO_FEATURES += "x11"
|
|
|
|
SUMMARY += "(X11 version)"
|