From 73e6612573c8fe843f98162861b44646d09c7a03 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 (From OE-Core rev: e7b825ab541e97c6c34ec829c26e9e706c7143ec) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-dri_7.11.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'meta/recipes-graphics/mesa/mesa-dri_7.11.bb') diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.11.bb b/meta/recipes-graphics/mesa/mesa-dri_7.11.bb index 90873aab48..8ab1941a36 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_7.11.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_7.11.bb @@ -1,11 +1,8 @@ include mesa-common.inc include mesa-${PV}.inc -PROTO_DEPS = "xf86driproto glproto dri2proto" -LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \ - libxml2-native" - -DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native python-native" +PROTO_DEPS += "dri2proto" +LIB_DEPS += "libdrm expat" PR = "${INC_PR}.0" -- cgit v1.2.3-54-g00ecf