summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/dri2proto_git.bb
blob: c1aa35ff2a5f4d6d8113aa213d444070eb75f379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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."

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

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

S = "${WORKDIR}/git"