From e7b825ab541e97c6c34ec829c26e9e706c7143ec Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 13 Oct 2011 10:04:56 +0200 Subject: mesa: move shared PROTO_DEPS, LIB_DEPS and DEPENDS to common .inc Signed-off-by: Martin Jansa --- meta/recipes-graphics/mesa/mesa-common.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-graphics/mesa/mesa-common.inc') diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index ee359ba03..06ebb7508 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc @@ -18,6 +18,11 @@ PE = "2" SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2" S = "${WORKDIR}/Mesa-${PV}" +PROTO_DEPS = "xf86driproto glproto" +LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native" + +DEPENDS = "makedepend-native python-native ${PROTO_DEPS} ${LIB_DEPS}" + PROVIDES = "virtual/libgl" # for mesa-dri and mesa-xlib -- cgit v1.2.3