blob: e6d32f95af5e38bdbf09ae88772d02b6b17fc0be [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
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012SRCREV = "bfdc7e052302c79c5803ad95a73c9b63b350c40c"
13PV = "1.1+git${SRCPV}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014
15LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
16
17SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto"
18S = "${WORKDIR}/git"
19
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020inherit autotools
21
22BBCLASSEXTEND = "native"