diff options
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 3 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_git.bb | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 8e7137818b..9e42dbfe2f 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
| @@ -29,8 +29,7 @@ EXTRA_OECONF = "--disable-glu \ | |||
| 29 | --disable-glut \ | 29 | --disable-glut \ |
| 30 | --enable-shared-glapi" | 30 | --enable-shared-glapi" |
| 31 | 31 | ||
| 32 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 32 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} egl gles" |
| 33 | PACKAGECONFIG_append_x86 = " gles egl" | ||
| 34 | 33 | ||
| 35 | X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes" | 34 | X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes" |
| 36 | PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" | 35 | PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" |
diff --git a/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb b/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb index fabb99d59a..a5a592d86d 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | require mesa-common.inc | 1 | require mesa-common.inc |
| 2 | require mesa-${PV}.inc | 2 | require mesa-${PV}.inc |
| 3 | require mesa-dri.inc | 3 | require mesa-dri.inc |
| 4 | PR = "${INC_PR}.3" | 4 | PR = "${INC_PR}.4" |
diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb index 5f8697a1dd..e9e4a88a7f 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}.2" | 8 | PR = "${INC_PR}.3" |
