Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-proto-common.inc |
| 2 | |
| 3 | SUMMARY = "This package provides the basic headers for the X Window System" |
| 4 | DESCRIPTION = "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 | |
| 10 | LICENSE = "GPLv2" |
| 11 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 12 | SRCREV = "bfdc7e052302c79c5803ad95a73c9b63b350c40c" |
| 13 | PV = "1.1+git${SRCPV}" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 14 | |
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" |
| 16 | |
| 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto" |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 20 | inherit autotools |
| 21 | |
| 22 | BBCLASSEXTEND = "native" |