aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-07-28 14:39:15 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-31 15:35:35 +0100
commit45f4c6ab9de8fb73de94b969f6fc7b582c35910b (patch)
treedc2d8801277594cef7ba85373726fb751d3a014d /meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
parent779c53911da663f06437e8a06c9a8c361d614fe6 (diff)
downloadopenembedded-core-contrib-45f4c6ab9de8fb73de94b969f6fc7b582c35910b.tar.gz
eglinfo: change version from 1.0 to 1.0.0 to match the upstream git tag
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb')
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
new file mode 100644
index 0000000000..3427fdf420
--- /dev/null
+++ b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
@@ -0,0 +1,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)"