summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-proto/xorg-proto-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/xorg-proto/xorg-proto-common.inc')
-rw-r--r--recipes-graphics/xorg-proto/xorg-proto-common.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-proto/xorg-proto-common.inc b/recipes-graphics/xorg-proto/xorg-proto-common.inc
new file mode 100644
index 0000000000..3e7c701c79
--- /dev/null
+++ b/recipes-graphics/xorg-proto/xorg-proto-common.inc
@@ -0,0 +1,17 @@
1DESCRIPTION = "X protocol headers: ${BPN}"
2HOMEPAGE = "http://www.x.org"
3SECTION = "x11/libs"
4LICENSE = "MIT-X"
5
6DEPENDS = "util-macros"
7
8ALLOW_EMPTY = "1"
9
10INC_PR = "r2"
11
12SRC_URI = "${XORG_MIRROR}/individual/proto/${BPN}-${PV}.tar.bz2;name=archive"
13
14S = "${WORKDIR}/${BPN}-${PV}"
15
16inherit autotools pkgconfig
17