summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/dri2proto_git.bb
blob: 6e7105c2da0d484de3d75c5fd7aa41a816525697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require xorg-proto-common.inc

SUMMARY = "DRI2: Direct Rendering Infrastructure 2 headers"

DESCRIPTION = "This package provides the wire protocol for the Direct \
Rendering Ifnrastructure 2.  DIR is required for may hardware \
accelerated OpenGL drivers."

SRCREV = "66c56ab10d917e3f47f93178d7eac6430970d3c4"
PV = "1.99.3+git${SRCPV}"
PR = "r2"

SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git"

LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3"

S = "${WORKDIR}/git"