summaryrefslogtreecommitdiff
path: root/packages/mesa/mesa_6.0.1.bb
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-07-24 16:14:43 +0000
committerRaymond Danks <raymond@edanks.com>2006-07-24 16:14:43 +0000
commit03ed24fd55e522465ea04368e7b727300ad8d595 (patch)
tree1fe4c33465a2ef05a8ac219ecb2414c35f61cbd1 /packages/mesa/mesa_6.0.1.bb
parent726016c3d5faac212552737f41b0dd479c7786d7 (diff)
mesa - Move library dependencies from RDEPENDS to DEPENDS.
- Update build config instead of using environment to override toolchain vars. - mklib patch for understanding -Wl linker flags. - mesa depends upon makedepend-native.
Diffstat (limited to 'packages/mesa/mesa_6.0.1.bb')
-rw-r--r--packages/mesa/mesa_6.0.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/mesa/mesa_6.0.1.bb b/packages/mesa/mesa_6.0.1.bb
index 7c2e7ca627..be63a32190 100644
--- a/packages/mesa/mesa_6.0.1.bb
+++ b/packages/mesa/mesa_6.0.1.bb
@@ -6,6 +6,7 @@ S = "${WORKDIR}/Mesa-${PV}"
LICENSE = "LGPL"
# gcc-3.4 blows up in gtktext with -frename-registers on arm-linux
CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')}"
+DEPENDS = "makedepend-native"
do_compile() {
oe_runmake linux CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LD="${LD}" LDFLAGS="${LDFLAGS}"