mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
mesa-git: move shared parts from mesa-dri_git to mesa-git.inc and add mesa-xlib_git
(From OE-Core rev: 3772045d457cb049c34fe3b046cc3a3bb9694c1c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
81931261a9
commit
c76eb50f75
@@ -1,36 +1,7 @@
|
|||||||
include mesa-common.inc
|
include mesa-common.inc
|
||||||
|
include mesa-git.inc
|
||||||
include mesa-dri.inc
|
include mesa-dri.inc
|
||||||
|
|
||||||
SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \
|
|
||||||
file://cross2.patch \
|
|
||||||
file://matypes.h"
|
|
||||||
# file://mesa-DRI2Swapbuffer.patch "
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca"
|
|
||||||
PV = "7.7+git${SRCPV}"
|
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-xprogs"
|
|
||||||
|
|
||||||
FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo"
|
|
||||||
|
|
||||||
do_configure_prepend () {
|
|
||||||
cp ${WORKDIR}/matypes.h ${S}/src/mesa/x86
|
|
||||||
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/
|
|
||||||
}
|
|
||||||
|
|
||||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,30 @@
|
|||||||
|
SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \
|
||||||
|
file://cross2.patch \
|
||||||
|
file://matypes.h"
|
||||||
|
# file://mesa-DRI2Swapbuffer.patch "
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca"
|
||||||
|
PV = "7.7+git${SRCPV}"
|
||||||
|
|
||||||
|
PACKAGES =+ "${PN}-xprogs"
|
||||||
|
|
||||||
|
FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo"
|
||||||
|
|
||||||
|
do_configure_prepend () {
|
||||||
|
cp ${WORKDIR}/matypes.h ${S}/src/mesa/x86
|
||||||
|
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/
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
include mesa-common.inc
|
||||||
|
include mesa-git.inc
|
||||||
|
include mesa-xlib.inc
|
||||||
|
PR = "${INC_PR}.0"
|
||||||
Reference in New Issue
Block a user