blob: dbb6f32bc0e3ac074fb248681d31eba3304d844e [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require xorg-proto-common.inc
2
3SUMMARY = "This package provides the basic headers for the X Window System"
4DESCRIPTION = "The Present extension provides a way for applications to update their \
5 window contents from a pixmap in a well defined fashion, synchronizing \
6 with the display refresh and potentially using a more efficient \
7 mechanism than copying the contents of the source pixmap.\
8 "
9
10LICENSE = "GPLv2"
11
12SRCREV = "24f3a56e541b0a9e6c6ee76081f441221a120ef9"
13PV = "1.0+git${SRCPV}"
14
15LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
16
17SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto"
18S = "${WORKDIR}/git"
19
20PR = "r1"
21
22inherit autotools
23
24BBCLASSEXTEND = "native"