summaryrefslogtreecommitdiff
path: root/meta/packages/mesa/mesa-common.inc
diff options
context:
space:
mode:
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 000000000..18e9b4ebe
--- /dev/null
+++ b/meta/packages/mesa/mesa-common.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"