From a6d305261dc925210185d8b70fb1a923e012153b Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 1 Oct 2012 12:56:09 +0100 Subject: libdrm: Remove Cairo dependency This causes a build loop, when DRM depends on Cairo depends on Mesa depends on DRM. We can safely remove it as it's only one libdrm example program which uses Cairo, which we won't be needing. At least it's not worth the build loop. Signed-off-by: Daniel Stone Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/drm/libdrm.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index 5ddab855cb..cc09791070 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc @@ -9,9 +9,9 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71" SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" PROVIDES = "drm" -DEPENDS = "libpthread-stubs udev cairo" +DEPENDS = "libpthread-stubs udev" -INC_PR = "r2" +INC_PR = "r3" #libpciaccess is required starting from libdrm 2.4.26 DEPENDS += " libpciaccess" -- cgit 1.2.3-korg