diff options
author | Valentin Popa <valentin.popa@intel.com> | 2014-05-21 17:39:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-27 16:11:54 +0100 |
commit | ea442cd21ef98ecfd919d9be9e90dc561785037c (patch) | |
tree | 504f12e2612489ce4c02662738468d4c8df264c4 /meta/recipes-graphics | |
parent | e01c99ee4ac0dc7751b4e7a94103d3528ac970bf (diff) | |
download | poky-ea442cd21ef98ecfd919d9be9e90dc561785037c.tar.gz |
dri3proto: add it to oe-core
mesa 10+ depends on this (if the user builds mesa
with dri3 support enabled). So add it to oe-core.
(From OE-Core rev: 6a9717bd34854ecb56a4ab1731b6bf3cf4b471ea)
Signed-off-by: Valentin Popa <valentin.popa@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-proto/dri3proto_1.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb b/meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb new file mode 100644 index 0000000000..bed97b3f49 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "Direct Rendering Infrastructure 3 Extension" | ||
4 | |||
5 | DESCRIPTION = "The DRI3 extension provides mechanisms to translate between direct \ | ||
6 | rendered buffers and X pixmaps. When combined with the Present extension, \ | ||
7 | a complete direct rendering solution for OpenGL is provided." | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | LIC_FILES_CHKSUM = "file://dri3proto.h;endline=21;md5=ac90d1d416be3cb13e1d3c88cd5166bf" | ||
11 | |||
12 | |||
13 | SRC_URI[md5sum] = "a3d2cbe60a9ca1bf3aea6c93c817fee3" | ||
14 | SRC_URI[sha256sum] = "01be49d70200518b9a6b297131f6cc71f4ea2de17436896af153226a774fc074" | ||