mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
mesa: upgrade 10.5.8 -> 10.6.3
* Removed openvg references in PACKAGECONFIG, FILES and PACKAGES since OpenVG support was removed in mesa 10.6 * Tested with X11 : * xf86-video-freedreno on IFC6410 and DragonBoard 410c * softpipe on DragonBoard 410c * using meta-qualcomm BSP (From OE-Core rev: 8c7803683bee780f0bc8913cc32653ff173329b7) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fbe44c4cd5
commit
34b59db3e6
@@ -49,8 +49,6 @@ EGL_PLATFORMS .="${@bb.utils.contains('PACKAGECONFIG', 'x11', ',x11', '', d)}"
|
||||
EGL_PLATFORMS .="${@bb.utils.contains('PACKAGECONFIG', 'wayland', ',wayland', '', d)}"
|
||||
PACKAGECONFIG[egl] = "--enable-egl --with-egl-platforms=${EGL_PLATFORMS}, --disable-egl"
|
||||
|
||||
PACKAGECONFIG[openvg] = "--enable-openvg, --disable-openvg"
|
||||
|
||||
GALLIUMDRIVERS = "swrast"
|
||||
GALLIUMDRIVERS_LLVM33 = "${@bb.utils.contains('PACKAGECONFIG', 'r600', 'radeonsi,r600', '', d)}"
|
||||
PACKAGECONFIG[r600] = ""
|
||||
@@ -84,7 +82,6 @@ PACKAGES =+ "libegl-mesa libegl-mesa-dev \
|
||||
libgles2-mesa libgles2-mesa-dev \
|
||||
libgles3-mesa libgles3-mesa-dev \
|
||||
libwayland-egl libwayland-egl-dev \
|
||||
libopenvg libopenvg-dev \
|
||||
libxvmcsoftpipe libxvmcsoftpipe-dev \
|
||||
libxatracker libxatracker-dev \
|
||||
mesa-megadriver \
|
||||
@@ -167,7 +164,6 @@ FILES_libgl-mesa = "${libdir}/libGL.so.*"
|
||||
FILES_libglapi = "${libdir}/libglapi.so.*"
|
||||
FILES_libosmesa = "${libdir}/libOSMesa.so.*"
|
||||
FILES_libwayland-egl = "${libdir}/libwayland-egl.so.*"
|
||||
FILES_libopenvg = "${libdir}/libOpenVG.so.*"
|
||||
FILES_libxvmcsoftpipe = "${libdir}/libXvMCsoftpipe.so.*"
|
||||
FILES_libxatracker = "${libdir}/libxatracker.so.*"
|
||||
|
||||
@@ -181,8 +177,6 @@ FILES_libgles2-mesa-dev = "${libdir}/libGLESv2.* ${includedir}/GLES2 ${libdir}/p
|
||||
FILES_libgles3-mesa-dev = "${includedir}/GLES3"
|
||||
FILES_libosmesa-dev = "${libdir}/libOSMesa.* ${includedir}/osmesa.h ${libdir}/pkgconfig/osmesa.pc"
|
||||
FILES_libwayland-egl-dev = "${libdir}/pkgconfig/wayland-egl.pc ${libdir}/libwayland-egl.*"
|
||||
FILES_libopenvg-dev = "${libdir}/libOpenVG.so ${libdir}/libOpenVG.la* \
|
||||
${includedir}/VG ${libdir}/pkgconfig/vg.pc"
|
||||
FILES_libxvmcsoftpipe-dev = "${libdir}/libXvMCsoftpipe.so ${libdir}/libXvMCsoftpipe.la"
|
||||
FILES_libxatracker-dev = "${libdir}/libxatracker.so ${libdir}/libxatracker.la \
|
||||
${includedir}/xa_tracker.h ${includedir}/xa_composite.h ${includedir}/xa_context.h \
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@ require ${BPN}.inc
|
||||
|
||||
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/mesa-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[md5sum] = "5332a3576c5e3a0c3947ee6668dd4157"
|
||||
SRC_URI[sha256sum] = "2866b855c5299a4aed066338c77ff6467c389b2c30ada7647be8758663da2b54"
|
||||
SRC_URI[md5sum] = "553e525d2f20ed48fca8f1ec3176fd83"
|
||||
SRC_URI[sha256sum] = "58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d"
|
||||
|
||||
#because we cannot rely on the fact that all apps will use pkgconfig,
|
||||
#make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
|
||||
Reference in New Issue
Block a user