mesa-dri-git: Handle cross compiling of the glsl utils

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-02-05 14:08:37 +00:00
parent 173f02f3e8
commit 851267d2af

View File

@@ -11,8 +11,8 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
PV = "7.5+git${SRCPV}"
PR = "r14"
PV = "7.7+git${SRCPV}"
PR = "r0"
# most of our targets do not have DRI so will use mesa-xlib
DEFAULT_PREFERENCE = "-1"
@@ -35,6 +35,14 @@ do_configure_prepend () {
touch ${S}/src/mesa/x86/matypes.h
}
do_compile () {
oe_runmake clean
oe_runmake -C src/glsl CC='${BUILD_CC}' CFLAGS=""
mv ${S}/src/glsl/apps/compile ${S}/host_compile
oe_runmake clean
oe_runmake GLSL_CL="${S}/host_compile"
}
do_install_append () {
install -d ${D}/usr/bin
install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/usr/bin/