mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 02:02:26 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e01c99ee4a
commit
ea442cd21e
14
meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb
Normal file
14
meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
require xorg-proto-common.inc
|
||||
|
||||
SUMMARY = "Direct Rendering Infrastructure 3 Extension"
|
||||
|
||||
DESCRIPTION = "The DRI3 extension provides mechanisms to translate between direct \
|
||||
rendered buffers and X pixmaps. When combined with the Present extension, \
|
||||
a complete direct rendering solution for OpenGL is provided."
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://dri3proto.h;endline=21;md5=ac90d1d416be3cb13e1d3c88cd5166bf"
|
||||
|
||||
|
||||
SRC_URI[md5sum] = "a3d2cbe60a9ca1bf3aea6c93c817fee3"
|
||||
SRC_URI[sha256sum] = "01be49d70200518b9a6b297131f6cc71f4ea2de17436896af153226a774fc074"
|
||||
Reference in New Issue
Block a user