aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm_2.4.66.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-11 23:39:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-13 08:27:17 +0000
commit71882b061bad55f4ad62c7d235a4a629dd74dda8 (patch)
tree957b3b73942e3e9b050d6538e2de9df5080feb41 /meta/recipes-graphics/drm/libdrm_2.4.66.bb
parent613e96b06202f31870be411ca45b44237ae55b1c (diff)
downloadopenembedded-core-contrib-71882b061bad55f4ad62c7d235a4a629dd74dda8.tar.gz
libdrm: don't detect components that have been disabled
We pass --disable-cairo-tests but if cairo is in the sysroot it is detected and used, which causes problems in mass builds as cairo could be removed whilst libdrm is being built. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm_2.4.66.bb')
-rw-r--r--meta/recipes-graphics/drm/libdrm_2.4.66.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.66.bb b/meta/recipes-graphics/drm/libdrm_2.4.66.bb
index 028db4a4ee..3280920de1 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.66.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.66.bb
@@ -13,6 +13,7 @@ DEPENDS = "libpthread-stubs udev libpciaccess"
SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
file://installtests.patch \
file://0001-tests-kms-steal-crtc-Include-sys-select.h.patch \
+ file://detect.patch \
"
SRC_URI[md5sum] = "c6809c48538d6e5999588832045ff014"