summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-09 10:19:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-10 15:57:20 +0100
commit1492f43a044eaf44bb3ae3cfdcbd2bd7b2415bbe (patch)
treec8f6c50c556048e312bd88b8e3d1fd2daf76ea94 /meta/recipes-graphics
parent0f34041f00b628d5d130b2d9f77ad7b2ed7c8f1d (diff)
downloadpoky-1492f43a044eaf44bb3ae3cfdcbd2bd7b2415bbe.tar.gz
xf86-video-intel: allow builds without opengl, add more options
Allow builds without the opengl DISTRO_FEATURE by disabling DRI. Also add new options for UXA (not default upstream, requires DRI) and udev (enabled by default) Finally remove a few obsolete dependencies. (From OE-Core rev: bb9c01bd627cae9c037811c943ad38eebb2f8b25) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.13.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.13.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.13.bb
index 54c4d17a83..f26544b3c9 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.13.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.13.bb
@@ -9,11 +9,14 @@ Infrastructure (DRI)."
9 9
10LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" 10LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
11 11
12DEPENDS += "virtual/libx11 drm xf86driproto glproto \ 12DEPENDS += "virtual/libx11 drm libpciaccess pixman"
13 virtual/libgl xineramaproto libpciaccess udev"
14 13
15PACKAGECONFIG ??= "" 14PACKAGECONFIG ??= "sna udev ${@base_contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}"
15
16PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,xf86driproto dri2proto"
16PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" 17PACKAGECONFIG[sna] = "--enable-sna,--disable-sna"
18PACKAGECONFIG[uxa] = "--enable-uxa,--disable-uxa"
19PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
17PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" 20PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc"
18 21
19# --enable-kms-only option is required by ROOTLESS_X 22# --enable-kms-only option is required by ROOTLESS_X