diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-25 11:59:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-25 11:59:00 +0000 |
commit | f06119fc0bdddb13627e6b41694188bf7e2ac6a4 (patch) | |
tree | 2a176da51475497f8e45b3bbd2b46a57fae986a6 /packages/mesa/mesa-common-old.inc | |
parent | b988a76b4d55b905e07f91e77ac57ce40f834555 (diff) |
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-old.inc')
-rw-r--r-- | packages/mesa/mesa-common-old.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/mesa/mesa-common-old.inc b/packages/mesa/mesa-common-old.inc new file mode 100644 index 0000000000..18e9b4ebed --- /dev/null +++ b/packages/mesa/mesa-common-old.inc @@ -0,0 +1,9 @@ +SECTION = "x11" + +SRC_URI = "${SOURCEFORGE_MIRROR}/mesa3d/MesaLib-${PV}.tar.bz2 \ + file://mklib-rpath-link.patch;patch=1" +S = "${WORKDIR}/Mesa-${PV}" + +LICENSE = "LGPL" + +DEPENDS = "makedepend-native xf86vidmodeproto glproto virtual/libx11 libxext libxxf86vm libxi libxmu libice" |