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 | |
| 12 | SRCREV = "24f3a56e541b0a9e6c6ee76081f441221a120ef9" |
| 13 | PV = "1.0+git${SRCPV}" |
| 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 | |
| 20 | PR = "r1" |
| 21 | |
| 22 | inherit autotools |
| 23 | |
| 24 | BBCLASSEXTEND = "native" |