From: Marcin Juszkiewicz Date: Fri, 28 Aug 2009 16:38:29 +0000 (+0200) Subject: xf86-video-vesa: needs int10 X.org module to work X-Git-Tag: Release-2010-05/1~2566^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=862583337c19466ea4dd685d141b62fc722e63a1;p=openembedded.git xf86-video-vesa: needs int10 X.org module to work --- diff --git a/recipes/xorg-driver/xf86-video-vesa_2.2.0.bb b/recipes/xorg-driver/xf86-video-vesa_2.2.0.bb index bd2f7cf7c1..5ec423a918 100644 --- a/recipes/xorg-driver/xf86-video-vesa_2.2.0.bb +++ b/recipes/xorg-driver/xf86-video-vesa_2.2.0.bb @@ -6,4 +6,5 @@ SRC_URI += "file://fix-includepath.patch;patch=1 \ #DESCRIPTION = "" -#DEPENDS += " " +RDEPENDS += "xserver-xorg-module-int10 " +PR = "r1"