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

SUMMARY = "The Present extension provides a way for applications to update their \
           window contents from a pixmap in a well defined fashion, synchronizing \
           with the display refresh and potentially using a more efficient \
           mechanism than copying the contents of the source pixmap.\
          "

DESCRIPTION = "This package provides the basic headers for the X Window \
System."

LICENSE = "GPLv2"

SRCREV = "24f3a56e541b0a9e6c6ee76081f441221a120ef9"
PV = "1.0+git${SRCPV}"

LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"

SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto"
S = "${WORKDIR}/git"

BBCLASSEXTEND = "native"