From: Damien Lespiau <[email protected]> Signed-off-by: Damien Lespiau <[email protected]> Signed-off-by: Ross Burton <[email protected]> --- 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 8a2c760..e9ca2f9 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc @@ -8,9 +8,9 @@ SECTION = "x11/base" LICENSE = "MIT" SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" PROVIDES = "drm" -DEPENDS = "libpthread-stubs udev cairo virtual/libx11" +DEPENDS = "libpthread-stubs udev cairo" -INC_PR = "r1" +INC_PR = "r2" #libpciaccess is required starting from libdrm 2.4.26 DEPENDS += " libpciaccess" -- 1.7.10 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
