summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb
new file mode 100644
index 0000000000..3212004db7
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb
@@ -0,0 +1,9 @@
1require xf86-video-common.inc
2
3EXTRA_OECONF += "--disable-xvmc"
4
5DESCRIPTION = "X.Org X server -- Generic Vesa display driver"
6DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
7 virtual/libgl xineramaproto xf86driproto libpciaccess"
8
9COMPATIBLE_HOST = '(i.86|x86_64).*-linux'