summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/xorg-proto/dri2proto_git.bb18
-rw-r--r--meta/recipes-graphics/xorg-proto/inputproto_git.bb19
2 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb b/meta/recipes-graphics/xorg-proto/dri2proto_git.bb
deleted file mode 100644
index 9074f48d47..0000000000
--- a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1require xorg-proto-common.inc
2
3SUMMARY = "DRI2: Direct Rendering Infrastructure 2 headers"
4
5DESCRIPTION = "This package provides the wire protocol for the Direct \
6Rendering Ifnrastructure 2. DIR is required for may hardware \
7accelerated OpenGL drivers."
8
9SRCREV = "66c56ab10d917e3f47f93178d7eac6430970d3c4"
10PV = "1.99.3+git${SRCPV}"
11PR = "r2"
12
13SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto"
14
15LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3"
16
17S = "${WORKDIR}/git"
18
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_git.bb b/meta/recipes-graphics/xorg-proto/inputproto_git.bb
deleted file mode 100644
index 6520f3bb03..0000000000
--- a/meta/recipes-graphics/xorg-proto/inputproto_git.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1require xorg-proto-common.inc
2
3SUMMARY = "XI: X Input extension headers"
4
5DESCRIPTION = "This package provides the wire protocol for the X Input \
6extension. The extension supports input devices other then the core X \
7keyboard and pointer."
8
9PR = "r1"
10PE = "1"
11SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee"
12PV = "1.9.99.12+git${SRCPV}"
13
14SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto"
15S = "${WORKDIR}/git"
16
17inherit gettext
18
19BBCLASSEXTEND = "native nativesdk"