diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-11 21:16:27 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-11 21:16:27 +0000 |
commit | 449860be145d7769d52c36c5d243857e69ef4071 (patch) | |
tree | 1490560add0d00ef4bae6602b630de041441e607 /meta/packages/mesa/mesa-common.inc | |
parent | fc05d6187895a3b8e51ccb84e5232c6a40f44c46 (diff) | |
download | poky-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.inc | 9 |
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 @@ | |||
1 | SECTION = "x11" | ||
2 | |||
3 | SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \ | ||
4 | file://mklib-rpath-link.patch;patch=1" | ||
5 | S = "${WORKDIR}/Mesa-${PV}" | ||
6 | |||
7 | LICENSE = "LGPL" | ||
8 | |||
9 | DEPENDS = "makedepend-native xf86vidmodeproto glproto virtual/libx11 libxext libxxf86vm libxi libxmu libice" | ||