]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: add missing flex-native/bison-native deps
authorChristopher Larson <chris_larson@mentor.com>
Mon, 9 Apr 2012 23:00:28 +0000 (18:00 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2012 14:00:24 +0000 (15:00 +0100)
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.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
meta/recipes-graphics/mesa/mesa-common.inc

index 1c376b7733470db52fd96aebec0b9a50d396fc14..f697e673e4389c8327b62baa68dd21d9b187d209 100644 (file)
@@ -19,7 +19,7 @@ PE = "2"
 PROTO_DEPS = "xf86driproto glproto"
 LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
 
-DEPENDS = "makedepend-native python-native ${PROTO_DEPS} ${LIB_DEPS}"
+DEPENDS = "makedepend-native python-native flex-native bison-native ${PROTO_DEPS} ${LIB_DEPS}"
 
 PROVIDES = "virtual/libgl"