aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mesa/mesa-common.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-25 11:59:00 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-25 11:59:00 +0000
commitf06119fc0bdddb13627e6b41694188bf7e2ac6a4 (patch)
tree2a176da51475497f8e45b3bbd2b46a57fae986a6 /packages/mesa/mesa-common.inc
parentb988a76b4d55b905e07f91e77ac57ce40f834555 (diff)
downloadopenembedded-f06119fc0bdddb13627e6b41694188bf7e2ac6a4.tar.gz
mesa: add 7.2 from poky
* the DRI one needs clean up, it builds machine specific stuff, but isn't packaging it as such
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"