From 1d4e496b9dfbe2697241fbafaf7a8fa53070b119 Mon Sep 17 00:00:00 2001 From: Kristof Robot Date: Sat, 8 Mar 2014 19:08:25 +0100 Subject: [PATCH] libdri2: adding missing dri2proto dependency (resolves #23) --- recipes-graphics/xorg-xserver/libdri2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/xorg-xserver/libdri2_git.bb b/recipes-graphics/xorg-xserver/libdri2_git.bb index 596801f..9f89692 100644 --- a/recipes-graphics/xorg-xserver/libdri2_git.bb +++ b/recipes-graphics/xorg-xserver/libdri2_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Library for the DRI2 extension to the X Window System" LICENSE = "MIT-X" LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c" -DEPENDS = "libdrm libxext xextproto libxfixes" +DEPENDS = "libdrm libxext xextproto libxfixes dri2proto" PE = "1" PV = "1.0.0+git${SRCPV}"