Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | EGLINFO_PLATFORM ?= "wayland" |
2 | EGLINFO_BINARY_NAME ?= "eglinfo-wayland" | ||||
3 | |||||
4 | require eglinfo.inc | ||||
5 | |||||
6 | DEPENDS += "wayland" | ||||
7 | |||||
8 | inherit distro_features_check | ||||
9 | |||||
10 | # depends on wayland | ||||
11 | REQUIRED_DISTRO_FEATURES += "wayland" | ||||
12 | |||||
13 | SUMMARY += "(Wayland version)" |