diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-13 10:04:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 12:18:21 +0100 |
commit | e7b825ab541e97c6c34ec829c26e9e706c7143ec (patch) | |
tree | b29d8ce258d45eb193a8b35357f9ee5e4e11001f /meta/recipes-graphics/mesa/mesa-common.inc | |
parent | 6f48f557c0234faf02bc3da2807c450e47afb594 (diff) | |
download | openembedded-core-e7b825ab541e97c6c34ec829c26e9e706c7143ec.tar.gz openembedded-core-e7b825ab541e97c6c34ec829c26e9e706c7143ec.tar.bz2 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-common.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index ee359ba03e..06ebb7508c 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 |