mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
16 lines
398 B
BlitzBasic
16 lines
398 B
BlitzBasic
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"
|
|
|