summaryrefslogtreecommitdiffstats
path: root/meta/packages/mesa/mesa-common.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-08-11 21:16:27 +0000
committerRichard Purdie <richard@openedhand.com>2008-08-11 21:16:27 +0000
commit449860be145d7769d52c36c5d243857e69ef4071 (patch)
tree1490560add0d00ef4bae6602b630de041441e607 /meta/packages/mesa/mesa-common.inc
parentfc05d6187895a3b8e51ccb84e5232c6a40f44c46 (diff)
downloadpoky-449860be145d7769d52c36c5d243857e69ef4071.tar.gz
mesa: Add from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5051 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mesa/mesa-common.inc')
-rw-r--r--meta/packages/mesa/mesa-common.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/mesa/mesa-common.inc b/meta/packages/mesa/mesa-common.inc
new file mode 100644
index 0000000000..18e9b4ebed
--- /dev/null
+++ b/meta/packages/mesa/mesa-common.inc
@@ -0,0 +1,9 @@
1SECTION = "x11"
2
3SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \
4 file://mklib-rpath-link.patch;patch=1"
5S = "${WORKDIR}/Mesa-${PV}"
6
7LICENSE = "LGPL"
8
9DEPENDS = "makedepend-native xf86vidmodeproto glproto virtual/libx11 libxext libxxf86vm libxi libxmu libice"