diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb (renamed from meta/recipes-graphics/mesa/mesa-gl_10.6.3.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 8 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_11.1.1.bb (renamed from meta/recipes-graphics/mesa/mesa_10.6.3.bb) | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_10.6.3.bb b/meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb index fc2bca9982..fc2bca9982 100644 --- a/meta/recipes-graphics/mesa/mesa-gl_10.6.3.bb +++ b/meta/recipes-graphics/mesa/mesa-gl_11.1.1.bb | |||
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 9b316e1854..5ce96dd965 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -24,7 +24,7 @@ REQUIRED_DISTRO_FEATURES = "opengl" | |||
24 | 24 | ||
25 | EXTRA_OECONF = "--enable-shared-glapi" | 25 | EXTRA_OECONF = "--enable-shared-glapi" |
26 | 26 | ||
27 | PACKAGECONFIG ??= "egl gles dri \ | 27 | PACKAGECONFIG ??= "egl gles dri ${MESA_CRYPTO} \ |
28 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}\ | 28 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}\ |
29 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}\ | 29 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}\ |
30 | " | 30 | " |
@@ -62,6 +62,12 @@ PACKAGECONFIG[gallium-llvm] = "--enable-gallium-llvm --enable-llvm-shared-libs, | |||
62 | export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" | 62 | export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" |
63 | PACKAGECONFIG[xa] = "--enable-xa, --disable-xa" | 63 | PACKAGECONFIG[xa] = "--enable-xa, --disable-xa" |
64 | 64 | ||
65 | # Mesa requires one of the following crypto implementation, pick one of them | ||
66 | MESA_CRYPTO ??= "openssl" | ||
67 | PACKAGECONFIG[openssl] = "--with-sha1=libcrypto,,openssl" | ||
68 | PACKAGECONFIG[nettle] = "--with-sha1=libnettle,,nettle" | ||
69 | PACKAGECONFIG[gcrypt] = "--with-sha1=libgcrypt,,libgcrypt" | ||
70 | |||
65 | # llvmpipe is slow if compiled with -fomit-frame-pointer (e.g. -O2) | 71 | # llvmpipe is slow if compiled with -fomit-frame-pointer (e.g. -O2) |
66 | FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" | 72 | FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" |
67 | 73 | ||
diff --git a/meta/recipes-graphics/mesa/mesa_10.6.3.bb b/meta/recipes-graphics/mesa/mesa_11.1.1.bb index 5da56ad938..5d73feb5fb 100644 --- a/meta/recipes-graphics/mesa/mesa_10.6.3.bb +++ b/meta/recipes-graphics/mesa/mesa_11.1.1.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/older-versions/10.x/${PV}/mesa-${PV}.tar.xz" | 3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/mesa-${PV}.tar.xz" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "553e525d2f20ed48fca8f1ec3176fd83" | 5 | SRC_URI[md5sum] = "1043dfb907beecb2a761272455960427" |
6 | SRC_URI[sha256sum] = "58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d" | 6 | SRC_URI[sha256sum] = "64db074fc514136b5fb3890111f0d50604db52f0b1e94ba3fcb0fe8668a7fd20" |
7 | 7 | ||
8 | #because we cannot rely on the fact that all apps will use pkgconfig, | 8 | #because we cannot rely on the fact that all apps will use pkgconfig, |
9 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER | 9 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER |