diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb new file mode 100644 index 0000000000..06cc730f4f --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | require xorg-driver-video.inc | ||
| 2 | |||
| 3 | SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" | ||
| 4 | |||
| 5 | DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \ | ||
| 6 | chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \ | ||
| 7 | the driver supports hardware accelerated 3D via the Direct Rendering \ | ||
| 8 | Infrastructure (DRI)." | ||
| 9 | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" | ||
| 11 | |||
| 12 | SRCREV = "8f33f80100096f7790c7b819ce37a3ed8ce8b5fa" | ||
| 13 | PV = "2.99.917+git${SRCPV}" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-intel \ | ||
| 17 | file://disable-x11-dri3.patch \ | ||
| 18 | file://always_include_xorg_server.h.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SRC_URI[md5sum] = "fa196a66e52c0c624fe5d350af7a5e7b" | ||
| 22 | SRC_URI[sha256sum] = "00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9" | ||
| 23 | |||
| 24 | DEPENDS += "virtual/libx11 drm libpciaccess pixman" | ||
| 25 | |||
| 26 | PACKAGECONFIG ??= "xvmc sna udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri1 dri2', '', d)}" | ||
| 27 | |||
| 28 | PACKAGECONFIG[dri] = "--enable-dri,--disable-dri" | ||
| 29 | PACKAGECONFIG[dri1] = "--enable-dri1,--disable-dri1,xf86driproto" | ||
| 30 | PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,dri2proto" | ||
| 31 | PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,dri3proto" | ||
| 32 | PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" | ||
| 33 | PACKAGECONFIG[uxa] = "--enable-uxa,--disable-uxa" | ||
| 34 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" | ||
| 35 | PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc xcb-util" | ||
| 36 | PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,libxinerama libxrandr libxdamage libxfixes libxcursor libxtst libxext libxrender" | ||
| 37 | |||
| 38 | # --enable-kms-only option is required by ROOTLESS_X | ||
| 39 | EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}' | ||
| 40 | |||
| 41 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||
| 42 | |||
| 43 | FILES_${PN} += "${datadir}/polkit-1" | ||
