diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-11 23:24:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-11 23:31:00 +0100 |
commit | 46597b54570e4e96ed84fa2ba02bc996c632c0ba (patch) | |
tree | 68eb9216f443379a2e750114774cd46b83790735 /meta/recipes-graphics/xorg-driver | |
parent | 8f9db772dc8d8e2448a2d91f3be3aceb8829db75 (diff) | |
download | poky-46597b54570e4e96ed84fa2ba02bc996c632c0ba.tar.gz |
xf86-video-vmware: respect opengl DISTRO_FEATURE
Conditionalise the GL dependencies on the opengl DISTRO_FEATURE so this driver
can build without the opengl feature active, as the configure script will
enable/disable the GL sub-driver depending on the presence of these libraries.
This is an interim patch to fix the autobuilder, a more complete patch heading
upstream to make the GL sub-driver deterministic will follow.
(From OE-Core rev: 66b7c59442cc494179418995292c57bab56fada3)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb index 1526a02327..0d8c8d22c9 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb | |||
@@ -6,8 +6,8 @@ DESCRIPTION = "vmware is an Xorg driver for VMware virtual video cards." | |||
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" |
8 | 8 | ||
9 | DEPENDS += "virtual/libx11 libxvmc drm glproto \ | 9 | DEPENDS += "virtual/libx11 libxvmc xineramaproto libpciaccess \ |
10 | virtual/libgl xineramaproto libpciaccess" | 10 | ${@base_contains('DISTRO_FEATURES', 'opengl', 'drm virtual/libgl', '', d)}" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "b08e0195ebf3f88a82129322cb93da08" | 12 | SRC_URI[md5sum] = "b08e0195ebf3f88a82129322cb93da08" |
13 | SRC_URI[sha256sum] = "802dda415c22412edad6c3df44fe18a06e91d0f8456d9a58bac0d340fdf8fe3d" | 13 | SRC_URI[sha256sum] = "802dda415c22412edad6c3df44fe18a06e91d0f8456d9a58bac0d340fdf8fe3d" |