summaryrefslogtreecommitdiff
path: root/packages/mesa/mesa-common.inc
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-09-25 12:31:11 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-09-25 12:31:11 +0000
commit18b8a107ca4f903a486988b9562c8055ada1c018 (patch)
treea8c9019724f4f3c55b6b59b8259439ce5ec885e9 /packages/mesa/mesa-common.inc
parent627c4ce3d477576fcf1f13949341c9894f913061 (diff)
parentf98bbbba774cd1fa5c4d320639617218bc74b987 (diff)
merge of '0c1609602324e53bbaa1c371330798fbeb1adaec'
and '4375f1c5c294da70172d3a0d99da040cb85d66fd'
Diffstat (limited to 'packages/mesa/mesa-common.inc')
-rw-r--r--packages/mesa/mesa-common.inc21
1 files changed, 18 insertions, 3 deletions
diff --git a/packages/mesa/mesa-common.inc b/packages/mesa/mesa-common.inc
index 18e9b4ebed..ebfb920b87 100644
--- a/packages/mesa/mesa-common.inc
+++ b/packages/mesa/mesa-common.inc
@@ -1,9 +1,24 @@
SECTION = "x11"
+DESCRIPTION = "An open source implementation of the OpenGL spec"
+HOMEPAGE = "http://mesa3d.org"
+LICENSE = "MIT"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \
- file://mklib-rpath-link.patch;patch=1"
+ ${SOURCEFORGE_MIRROR}/mesa3d/MesaDemos-${PV}.tar.bz2 "
S = "${WORKDIR}/Mesa-${PV}"
-LICENSE = "LGPL"
+PROVIDES = "virtual/libgl"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-glu \
+ --disable-glw \
+ --disable-glut \
+ --enable-glx-tls"
+
+do_stage() {
+ autotools_stage_all
+}
+
-DEPENDS = "makedepend-native xf86vidmodeproto glproto virtual/libx11 libxext libxxf86vm libxi libxmu libice"