summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/mesa/mesa-xlib_7.11.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-10-13 10:04:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 12:18:21 +0100
commite7b825ab541e97c6c34ec829c26e9e706c7143ec (patch)
treeb29d8ce258d45eb193a8b35357f9ee5e4e11001f /meta/recipes-graphics/mesa/mesa-xlib_7.11.bb
parent6f48f557c0234faf02bc3da2807c450e47afb594 (diff)
downloadopenembedded-core-e7b825ab541e97c6c34ec829c26e9e706c7143ec.tar.gz
openembedded-core-e7b825ab541e97c6c34ec829c26e9e706c7143ec.tar.bz2
openembedded-core-e7b825ab541e97c6c34ec829c26e9e706c7143ec.tar.xz
openembedded-core-e7b825ab541e97c6c34ec829c26e9e706c7143ec.zip
mesa: move shared PROTO_DEPS, LIB_DEPS and DEPENDS to common .inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-xlib_7.11.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-xlib_7.11.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.11.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.11.bb
index 44719a081..08277ac52 100644
--- a/meta/recipes-graphics/mesa/mesa-xlib_7.11.bb
+++ b/meta/recipes-graphics/mesa/mesa-xlib_7.11.bb
@@ -1,11 +1,6 @@
include mesa-common.inc
include mesa-${PV}.inc
-PROTO_DEPS = "xf86driproto glproto"
-LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
-
-DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native"
-
PR = "${INC_PR}.0"
EXTRA_OECONF += "--with-driver=xlib --without-gallium-drivers"