diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-24 23:18:54 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-24 23:18:54 +0200 |
| commit | 919c96b9ca616206b7c8b9ea8a5ec2013da940e7 (patch) | |
| tree | b59df6e2b0c429474539c60812bf3f8824dad23e /meta-oe/recipes-graphics/mesa/mesa-common.inc | |
| parent | 01a5653cc22d3c1aef7f3813d6c10d83e7fc72e5 (diff) | |
| download | meta-openembedded-919c96b9ca616206b7c8b9ea8a5ec2013da940e7.tar.gz | |
mesa-common.inc: fix make-depend typo
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/mesa/mesa-common.inc')
| -rw-r--r-- | meta-oe/recipes-graphics/mesa/mesa-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/mesa/mesa-common.inc b/meta-oe/recipes-graphics/mesa/mesa-common.inc index 6ca4b70c1a..3b255c4696 100644 --- a/meta-oe/recipes-graphics/mesa/mesa-common.inc +++ b/meta-oe/recipes-graphics/mesa/mesa-common.inc | |||
| @@ -11,7 +11,7 @@ PE = "2" | |||
| 11 | PROTO_DEPS = "xf86driproto glproto" | 11 | PROTO_DEPS = "xf86driproto glproto" |
| 12 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" | 12 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" |
| 13 | 13 | ||
| 14 | DEPENDS = "make-depend-native ${PROTO_DEPS} ${LIB_DEPS}" | 14 | DEPENDS = "makedepend-native ${PROTO_DEPS} ${LIB_DEPS}" |
| 15 | 15 | ||
| 16 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \ | 16 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \ |
| 17 | " | 17 | " |
