summaryrefslogtreecommitdiff
path: root/packages/xlibs/xorg-xlibs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xlibs/xorg-xlibs.inc')
-rw-r--r--packages/xlibs/xorg-xlibs.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/xlibs/xorg-xlibs.inc b/packages/xlibs/xorg-xlibs.inc
new file mode 100644
index 0000000000..1a89d35363
--- /dev/null
+++ b/packages/xlibs/xorg-xlibs.inc
@@ -0,0 +1,9 @@
+XORG_PV = "${@['X11R7.0-${PV}','${PV}'][bb.data.getVar('PV', d, 1)[0:8]=='X11R7.0-']}"
+SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/${XORG_PN}-${XORG_PV}.tar.bz2"
+S = "${WORKDIR}/${XORG_PN}-${XORG_PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}