mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 05:19:40 +01:00
Small release with mostly build system fixes. (From OE-Core rev: 638af9cff97cf3ead79226b616e29f9135cbf53d) (From OE-Core rev: 549669a7bace51fd9e44b4629cb4ce7c65e98ffe) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
759 B
BlitzBasic
23 lines
759 B
BlitzBasic
require xorg-proto-common.inc
|
|
|
|
SUMMARY = "This package provides the basic headers for the X Window System"
|
|
DESCRIPTION = "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.\
|
|
"
|
|
|
|
LICENSE = "GPLv2"
|
|
|
|
SRCREV = "bfdc7e052302c79c5803ad95a73c9b63b350c40c"
|
|
PV = "1.1+git${SRCPV}"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native"
|