diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-08-31 12:52:10 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-08-31 12:52:10 +0200 |
commit | b1aad586d816f0610d3b47b60018b06d12b660d8 (patch) | |
tree | a89ae87d3e46a9d3a2e3c0e97624ad50606eb739 /recipes | |
parent | 713ba5f078eedf4c17b74cb4c06d3b418e60ba37 (diff) |
xf86-video-vesa: fixed RDEPENDS
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-driver/xf86-video-vesa_2.2.0.bb | 4 |
1 files changed, 2 insertions, 2 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 5ec423a918..9fce612de4 100644 --- a/recipes/xorg-driver/xf86-video-vesa_2.2.0.bb +++ b/recipes/xorg-driver/xf86-video-vesa_2.2.0.bb @@ -6,5 +6,5 @@ SRC_URI += "file://fix-includepath.patch;patch=1 \ #DESCRIPTION = "" -RDEPENDS += "xserver-xorg-module-int10 " -PR = "r1" +RDEPENDS += "xserver-xorg-module-libint10 " +PR = "r2" |