summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/eglinfo/eglinfo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/eglinfo/eglinfo.inc')
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/eglinfo/eglinfo.inc b/meta/recipes-graphics/eglinfo/eglinfo.inc
index 8e7d9bddda..c8f0e897bf 100644
--- a/meta/recipes-graphics/eglinfo/eglinfo.inc
+++ b/meta/recipes-graphics/eglinfo/eglinfo.inc
@@ -8,6 +8,7 @@ DEPENDS = "virtual/egl"
8 8
9SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master \ 9SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master \
10 file://0001-Add-STAGING_INCDIR-to-searchpath-for-egl-headers.patch \ 10 file://0001-Add-STAGING_INCDIR-to-searchpath-for-egl-headers.patch \
11 file://0001-Check-for-libegl-using-pkg-config.patch \
11 " 12 "
12SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de" 13SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de"
13 14
@@ -15,7 +16,7 @@ CVE_PRODUCT = "eglinfo"
15 16
16S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
17 18
18inherit waf distro_features_check 19inherit waf distro_features_check pkgconfig
19# depends on virtual/egl 20# depends on virtual/egl
20REQUIRED_DISTRO_FEATURES ?= "opengl" 21REQUIRED_DISTRO_FEATURES ?= "opengl"
21 22