aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.bb
blob: 3427fdf4207919789001574fa85059e5f57efa2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
EGLINFO_PLATFORM ?= "x11"
EGLINFO_BINARY_NAME ?= "eglinfo-x11"

include eglinfo.inc

DEPENDS += "virtual/libx11"

inherit distro_features_check
# depends on virtual/libx11
REQUIRED_DISTRO_FEATURES = "x11"

SUMMARY += "(X11 version)"