summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/presentproto_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/presentproto_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-proto/presentproto_git.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
deleted file mode 100644
index e6d32f95af..0000000000
--- a/meta/recipes-graphics/xorg-proto/presentproto_git.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1require 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 = "bfdc7e052302c79c5803ad95a73c9b63b350c40c"
13PV = "1.1+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
20inherit autotools
21
22BBCLASSEXTEND = "native"