aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/eglinfo/eglinfo.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-14 09:32:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 09:33:53 +0100
commit283026adda7c184e213dacd7f4e42678c304866a (patch)
tree2e52e71c38205869938cbfa57771f91f9b0ffeff /meta/recipes-graphics/eglinfo/eglinfo.inc
parent5fb668482e06ecd5de70a860d1bb9cef1019c4e8 (diff)
downloadopenembedded-core-contrib-283026adda7c184e213dacd7f4e42678c304866a.tar.gz
eglinfo: Fix build with raspberrypi with userland graphics driver
Let pkgconfig figure out headers and libraries instead of manually forcing waf to do it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"
SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master \
file://0001-Add-STAGING_INCDIR-to-searchpath-for-egl-headers.patch \
+ file://0001-Check-for-libegl-using-pkg-config.patch \
"
SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de"
@@ -15,7 +16,7 @@ CVE_PRODUCT = "eglinfo"
S = "${WORKDIR}/git"
-inherit waf distro_features_check
+inherit waf distro_features_check pkgconfig
# depends on virtual/egl
REQUIRED_DISTRO_FEATURES ?= "opengl"