Files
poky/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
Paul Eggleton 32da05fa8f meta: use require instead of include when file should exist
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>
2017-01-09 13:39:11 +00:00

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)"