]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add recipe for X vesa driver package
authorNitin A Kamble <nitin.a.kamble@intel.com>
Mon, 17 May 2010 17:51:57 +0000 (10:51 -0700)
committerNitin A Kamble <nitin.a.kamble@intel.com>
Mon, 17 May 2010 17:51:57 +0000 (10:51 -0700)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/packages/xorg-driver/xf86-video-vesa_2.3.0.bb [new file with mode: 0644]

diff --git a/meta/packages/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/packages/xorg-driver/xf86-video-vesa_2.3.0.bb
new file mode 100644 (file)
index 0000000..e596511
--- /dev/null
@@ -0,0 +1,9 @@
+require xf86-video-common.inc
+
+EXTRA_OECONF += "--disable-xvmc"
+
+DESCRIPTION = "X.Org X server -- Generic Vesa display driver"
+DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
+           virtual/libgl xineramaproto xf86driproto libpciaccess"
+
+COMPATIBLE_HOST = '(i.86.*-linux)'