diff options
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 13 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri-glsl-native_git.bb | 23 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-git.inc | 17 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-git/uclibc.patch | 57 |
5 files changed, 17 insertions, 95 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index e661eee72b..c11d402dce 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
@@ -12,7 +12,7 @@ SECTION = "x11" | |||
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" | 13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" |
14 | 14 | ||
15 | INC_PR = "r6" | 15 | INC_PR = "r7" |
16 | PE = "2" | 16 | PE = "2" |
17 | 17 | ||
18 | DEPENDS = "libxml2-native makedepend-native flex-native bison-native" | 18 | DEPENDS = "libxml2-native makedepend-native flex-native bison-native" |
@@ -40,15 +40,20 @@ EXCLUDE_FROM_WORLD = "1" | |||
40 | PACKAGES =+ "libegl-mesa libegl-mesa-dev \ | 40 | PACKAGES =+ "libegl-mesa libegl-mesa-dev \ |
41 | libosmesa libosmesa-dev \ | 41 | libosmesa libosmesa-dev \ |
42 | libgl-mesa libgl-mesa-dev \ | 42 | libgl-mesa libgl-mesa-dev \ |
43 | libdricore libdricore-dev \ | ||
43 | libglapi libglapi-dev \ | 44 | libglapi libglapi-dev \ |
44 | libgbm libgbm-dev \ | 45 | libgbm libgbm-dev \ |
45 | libgles1-mesa libgles1-mesa-dev \ | 46 | libgles1-mesa libgles1-mesa-dev \ |
46 | libgles2-mesa libgles2-mesa-dev \ | 47 | libgles2-mesa libgles2-mesa-dev \ |
48 | libgles3-mesa libgles3-mesa-dev \ | ||
47 | " | 49 | " |
48 | 50 | ||
49 | do_install_append () { | 51 | do_install_append () { |
50 | # GLU is now in libglu (this shouldn't be required in Mesa 9.x) | 52 | # GLU is now in libglu (this shouldn't be required in Mesa 9.x) |
51 | rm -f ${D}${includedir}/GL/glu* | 53 | rm -f ${D}${includedir}/GL/glu* |
54 | |||
55 | # Drivers never need libtool .la files | ||
56 | rm -f ${D}${libdir}/dri/*.la | ||
52 | } | 57 | } |
53 | 58 | ||
54 | # For the packages that make up the OpenGL interfaces, inject variables so that | 59 | # For the packages that make up the OpenGL interfaces, inject variables so that |
@@ -56,7 +61,8 @@ do_install_append () { | |||
56 | # RPROVIDEs/RCONFLICTs on the generic libgl name. | 61 | # RPROVIDEs/RCONFLICTs on the generic libgl name. |
57 | python __anonymous() { | 62 | python __anonymous() { |
58 | for p in (("libegl", "libegl1"), ("libgl", "libgl1"), | 63 | for p in (("libegl", "libegl1"), ("libgl", "libgl1"), |
59 | ("libgles1", "libglesv1-cm1"), ("libgles2", "libglesv2-2")): | 64 | ("libgles1", "libglesv1-cm1"), ("libgles2", "libglesv2-2"), |
65 | ("libgles3",)): | ||
60 | fullp = p[0] + "-mesa" | 66 | fullp = p[0] + "-mesa" |
61 | pkgs = " ".join(p) | 67 | pkgs = " ".join(p) |
62 | d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") | 68 | d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") |
@@ -74,6 +80,7 @@ python __anonymous() { | |||
74 | } | 80 | } |
75 | 81 | ||
76 | FILES_${PN} = "${sysconfdir}/drirc" | 82 | FILES_${PN} = "${sysconfdir}/drirc" |
83 | FILES_libdricore = "${libdir}/libdricore*.so.*" | ||
77 | FILES_libegl-mesa = "${libdir}/libEGL.so.*" | 84 | FILES_libegl-mesa = "${libdir}/libEGL.so.*" |
78 | FILES_libgbm = "${libdir}/libgbm.so.*" | 85 | FILES_libgbm = "${libdir}/libgbm.so.*" |
79 | FILES_libgles1-mesa = "${libdir}/libGLESv1*.so.*" | 86 | FILES_libgles1-mesa = "${libdir}/libGLESv1*.so.*" |
@@ -83,12 +90,14 @@ FILES_libglapi = "${libdir}/libglapi.so.*" | |||
83 | FILES_libosmesa = "${libdir}/libOSMesa.so.*" | 90 | FILES_libosmesa = "${libdir}/libOSMesa.so.*" |
84 | 91 | ||
85 | FILES_${PN}-dev = "${libdir}/pkgconfig/dri.pc" | 92 | FILES_${PN}-dev = "${libdir}/pkgconfig/dri.pc" |
93 | FILES_libdricore-dev = "${libdir}/libdricore*.*" | ||
86 | FILES_libegl-mesa-dev = "${libdir}/libEGL.* ${includedir}/EGL ${includedir}/KHR ${libdir}/pkgconfig/egl.pc" | 94 | FILES_libegl-mesa-dev = "${libdir}/libEGL.* ${includedir}/EGL ${includedir}/KHR ${libdir}/pkgconfig/egl.pc" |
87 | FILES_libgbm-dev = "${libdir}/libgbm.* ${libdir}/pkgconfig/gbm.pc ${includedir}/gbm.h" | 95 | FILES_libgbm-dev = "${libdir}/libgbm.* ${libdir}/pkgconfig/gbm.pc ${includedir}/gbm.h" |
88 | FILES_libgl-mesa-dev = "${libdir}/libGL.* ${includedir}/GL ${libdir}/pkgconfig/gl.pc" | 96 | FILES_libgl-mesa-dev = "${libdir}/libGL.* ${includedir}/GL ${libdir}/pkgconfig/gl.pc" |
89 | FILES_libglapi-dev = "${libdir}/libglapi.*" | 97 | FILES_libglapi-dev = "${libdir}/libglapi.*" |
90 | FILES_libgles1-mesa-dev = "${libdir}/libGLESv1*.* ${includedir}/GLES ${libdir}/pkgconfig/glesv1*.pc" | 98 | FILES_libgles1-mesa-dev = "${libdir}/libGLESv1*.* ${includedir}/GLES ${libdir}/pkgconfig/glesv1*.pc" |
91 | FILES_libgles2-mesa-dev = "${libdir}/libGLESv2.* ${includedir}/GLES2 ${libdir}/pkgconfig/glesv2.pc" | 99 | FILES_libgles2-mesa-dev = "${libdir}/libGLESv2.* ${includedir}/GLES2 ${libdir}/pkgconfig/glesv2.pc" |
100 | FILES_libgles3-mesa-dev = "${includedir}/GLES3" | ||
92 | FILES_libosmesa-dev = "${libdir}/libOSMesa.* ${includedir}/osmesa.h" | 101 | FILES_libosmesa-dev = "${libdir}/libOSMesa.* ${includedir}/osmesa.h" |
93 | 102 | ||
94 | FILES_${PN}-dbg += "${libdir}/dri/.debug/* ${libdir}/egl/.debug/*" | 103 | FILES_${PN}-dbg += "${libdir}/dri/.debug/* ${libdir}/egl/.debug/*" |
diff --git a/meta/recipes-graphics/mesa/mesa-dri-glsl-native_git.bb b/meta/recipes-graphics/mesa/mesa-dri-glsl-native_git.bb deleted file mode 100644 index 4611f8032b..0000000000 --- a/meta/recipes-graphics/mesa/mesa-dri-glsl-native_git.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | require mesa-dri-glsl-native.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://../../docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" | ||
4 | |||
5 | SRCREV = "c1f4867c89adb1a6b19d66ec8ad146115909f0a7" | ||
6 | PV = "8.0.4+git${SRCPV}" | ||
7 | DEFAULT_PREFERENCE = "-1" | ||
8 | |||
9 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git" | ||
10 | S = "${WORKDIR}/git/src/glsl" | ||
11 | |||
12 | inherit native | ||
13 | |||
14 | # use default config for native build | ||
15 | do_configure_prepend() { | ||
16 | ln -sf ${S}/../../configs/default ${S}/../../configs/current | ||
17 | } | ||
18 | |||
19 | do_install() { | ||
20 | install -d ${D}/${bindir}/glsl | ||
21 | install -m 755 ${S}/builtin_compiler ${D}/${bindir}/glsl/builtin_compiler | ||
22 | install -m 755 ${S}/glsl_compiler ${D}/${bindir}/glsl/glsl_compiler | ||
23 | } | ||
diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb index e9e4a88a7f..69a433e7c3 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_git.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb | |||
@@ -5,4 +5,4 @@ require mesa-dri.inc | |||
5 | # this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default | 5 | # this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default |
6 | DEFAULT_PREFERENCE = "-2" | 6 | DEFAULT_PREFERENCE = "-2" |
7 | 7 | ||
8 | PR = "${INC_PR}.3" | 8 | PR = "${INC_PR}.0" |
diff --git a/meta/recipes-graphics/mesa/mesa-git.inc b/meta/recipes-graphics/mesa/mesa-git.inc index b907931b7b..d558d0b3b6 100644 --- a/meta/recipes-graphics/mesa/mesa-git.inc +++ b/meta/recipes-graphics/mesa/mesa-git.inc | |||
@@ -1,21 +1,14 @@ | |||
1 | DEPENDS += "mesa-dri-glsl-native" | 1 | # Current pre-9.1 commit |
2 | SRCREV = "1665af3066f3d58c42e9d5b13098f13615a7672c" | ||
3 | PV = "9.1~git${SRCPV}" | ||
2 | 4 | ||
3 | SRCREV = "c1f4867c89adb1a6b19d66ec8ad146115909f0a7" | 5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=42d77d95cba529a3637129be87d6555d" |
4 | PV = "8.0.4+git${SRCPV}" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" | ||
7 | FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-git:" | 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-git:" |
8 | 7 | ||
9 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | 8 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ |
10 | file://0001-Compile-with-uclibc.patch \ | ||
11 | file://0002-cross-compile.patch \ | 9 | file://0002-cross-compile.patch \ |
12 | file://0003-fix-for-x32.patch \ | ||
13 | " | 10 | " |
11 | |||
14 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'x11', '', 'file://0004-gross-hack-to-prevent-from-install-libgl.patch', d)}" | 12 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'x11', '', 'file://0004-gross-hack-to-prevent-from-install-libgl.patch', d)}" |
15 | 13 | ||
16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
17 | |||
18 | do_configure_prepend() { | ||
19 | # We need builtin_compiler built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)" | ||
20 | sed -i "s#\./builtin_compiler#${STAGING_BINDIR_NATIVE}/glsl/builtin_compiler#g" ${S}/src/glsl/Makefile | ||
21 | } | ||
diff --git a/meta/recipes-graphics/mesa/mesa-git/uclibc.patch b/meta/recipes-graphics/mesa/mesa-git/uclibc.patch deleted file mode 100644 index 0b031f9c35..0000000000 --- a/meta/recipes-graphics/mesa/mesa-git/uclibc.patch +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | From 904bd5127bd88f45abf4a376676e0a487cfb018a Mon Sep 17 00:00:00 2001 | ||
4 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
5 | Date: Thu, 13 Oct 2011 12:46:53 +0200 | ||
6 | Subject: [PATCH] configure: add check HAVE_NEWLOCALE to fix build with uclibc | ||
7 | |||
8 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
9 | --- | ||
10 | configure.ac | 3 +++ | ||
11 | src/glsl/strtod.c | 2 +- | ||
12 | src/mesa/main/imports.c | 2 +- | ||
13 | 3 files changed, 5 insertions(+), 2 deletions(-) | ||
14 | |||
15 | diff --git a/configure.ac b/configure.ac | ||
16 | index 49e81ad..468cfd7 100644 | ||
17 | --- a/configure.ac | ||
18 | +++ b/configure.ac | ||
19 | @@ -507,6 +507,9 @@ AC_SUBST([DLOPEN_LIBS]) | ||
20 | dnl See if posix_memalign is available | ||
21 | AC_CHECK_FUNC([posix_memalign], [DEFINES="$DEFINES -DHAVE_POSIX_MEMALIGN"]) | ||
22 | |||
23 | +dnl See if newlocale is available | ||
24 | +AC_CHECK_FUNCS_ONCE(newlocale) | ||
25 | + | ||
26 | dnl SELinux awareness. | ||
27 | AC_ARG_ENABLE([selinux], | ||
28 | [AS_HELP_STRING([--enable-selinux], | ||
29 | diff --git a/src/glsl/strtod.c b/src/glsl/strtod.c | ||
30 | index ff34591..88aa5ef 100644 | ||
31 | --- a/src/glsl/strtod.c | ||
32 | +++ b/src/glsl/strtod.c | ||
33 | @@ -44,7 +44,7 @@ | ||
34 | double | ||
35 | glsl_strtod(const char *s, char **end) | ||
36 | { | ||
37 | -#if defined(_GNU_SOURCE) && !defined(__CYGWIN__) && !defined(__FreeBSD__) | ||
38 | +#if defined(_GNU_SOURCE) && !defined(__CYGWIN__) && !defined(__FreeBSD__) && defined (HAVE_NEWLOCALE) | ||
39 | static locale_t loc = NULL; | ||
40 | if (!loc) { | ||
41 | loc = newlocale(LC_CTYPE_MASK, "C", NULL); | ||
42 | diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c | ||
43 | index 345a1c5..493e0fb 100644 | ||
44 | --- a/src/mesa/main/imports.c | ||
45 | +++ b/src/mesa/main/imports.c | ||
46 | @@ -767,7 +767,7 @@ float | ||
47 | _mesa_strtof( const char *s, char **end ) | ||
48 | { | ||
49 | #if defined(_GNU_SOURCE) && !defined(__CYGWIN__) && !defined(__FreeBSD__) && \ | ||
50 | - !defined(ANDROID) | ||
51 | + !defined(ANDROID) && defined (HAVE_NEWLOCALE) | ||
52 | static locale_t loc = NULL; | ||
53 | if (!loc) { | ||
54 | loc = newlocale(LC_CTYPE_MASK, "C", NULL); | ||
55 | -- | ||
56 | 1.7.7 | ||
57 | |||