| Submitter | Christopher Larson |
|---|---|
| Date | May 1, 2012, 4:02 p.m. |
| Message ID | <d616cdfe116596ffeea294bcd406c90cf60c6e4f.1335888041.git.kergoth@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/26753/ |
| State | Accepted |
| Commit | 4fb71999fad9e844850831caf2431ee8731787db |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 1c376b7..f697e67 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc @@ -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"