diff options
author | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-08-28 18:38:29 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-08-28 18:45:25 +0200 |
commit | 862583337c19466ea4dd685d141b62fc722e63a1 (patch) | |
tree | a0e8d072d73042bcbb580e13474e690b7c884197 /recipes/xorg-driver/xf86-video-vesa_2.2.0.bb | |
parent | e15d43a4422cf11456872113b639ccf647466360 (diff) |
xf86-video-vesa: needs int10 X.org module to work
Diffstat (limited to 'recipes/xorg-driver/xf86-video-vesa_2.2.0.bb')
-rw-r--r-- | 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 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" |