diff options
author | Michael Smith <msmith@cbnco.com> | 2009-07-10 20:36:59 -0400 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-07-11 09:23:46 +0100 |
commit | 374a537f2803e2900bb223d08f67ddb107997f20 (patch) | |
tree | 218cce9fb537e03c1622a4940a92e9125c38a413 /recipes/xorg-driver | |
parent | 098ce63f9dc936ea31ee7e8420684ffa54f2aa49 (diff) |
xf86-video-vesa: add 2.2.0
Fixes build with xserver-xorg 1.6.1.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/xorg-driver')
-rw-r--r-- | recipes/xorg-driver/xf86-video-vesa_2.2.0.bb | 9 |
1 files changed, 9 insertions, 0 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 new file mode 100644 index 0000000000..bd2f7cf7c1 --- /dev/null +++ b/recipes/xorg-driver/xf86-video-vesa_2.2.0.bb @@ -0,0 +1,9 @@ +require xorg-driver-video.inc +PE = "1" + +SRC_URI += "file://fix-includepath.patch;patch=1 \ + file://fix-configure-includes.patch;patch=1" + +#DESCRIPTION = "" + +#DEPENDS += " " |