[oe-commits] Marcin Juszkiewicz : xf86-video-vesa: needs int10 X.org module to work

git version control git at git.openembedded.org
Fri Aug 28 16:46:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 862583337c19466ea4dd685d141b62fc722e63a1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=862583337c19466ea4dd685d141b62fc722e63a1

Author: Marcin Juszkiewicz <hrw at koansoftware.com>
Date:   Fri Aug 28 18:38:29 2009 +0200

xf86-video-vesa: needs int10 X.org module to work

---

 recipes/xorg-driver/xf86-video-vesa_2.2.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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 bd2f7cf..5ec423a 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"





More information about the Openembedded-commits mailing list