summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-common.inc
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2012-04-09 18:00:28 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-03 15:48:00 +0100
commit67228abee66b7b3e3cac4fa35c29dcf42d517574 (patch)
tree50309d1807f4c54d591121e03bc083e95b0b42da /meta/recipes-graphics/mesa/mesa-common.inc
parent98f21d6e3db0f15535bcc598034b589580425559 (diff)
downloadpoky-67228abee66b7b3e3cac4fa35c29dcf42d517574.tar.gz
mesa: add missing flex-native/bison-native deps
A quick glance at configure.ac shows that both are required to build mesa, but we were relying on their being built implicitly via other recipes in the dependency chain. Make it explicit. (From OE-Core rev: 4fb71999fad9e844850831caf2431ee8731787db) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc
index 1c376b7733..f697e673e4 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/meta/recipes-graphics/mesa/mesa-common.inc
@@ -19,7 +19,7 @@ PE = "2"
19PROTO_DEPS = "xf86driproto glproto" 19PROTO_DEPS = "xf86driproto glproto"
20LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native" 20LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
21 21
22DEPENDS = "makedepend-native python-native ${PROTO_DEPS} ${LIB_DEPS}" 22DEPENDS = "makedepend-native python-native flex-native bison-native ${PROTO_DEPS} ${LIB_DEPS}"
23 23
24PROVIDES = "virtual/libgl" 24PROVIDES = "virtual/libgl"
25 25