mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
mesa: default to enabling EGL and GLES
Even on systems where Mesa has no hardware support, building the software renderers is useful for build testing and limited functionality. (From OE-Core rev: e79987bc4bac1d739f92790f8e9840cd02f073d3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7e0efe18e5
commit
d9fe5c5dc0
@@ -29,8 +29,7 @@ EXTRA_OECONF = "--disable-glu \
|
|||||||
--disable-glut \
|
--disable-glut \
|
||||||
--enable-shared-glapi"
|
--enable-shared-glapi"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} egl gles"
|
||||||
PACKAGECONFIG_append_x86 = " gles egl"
|
|
||||||
|
|
||||||
X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
|
X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
|
||||||
PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}"
|
PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
require mesa-common.inc
|
require mesa-common.inc
|
||||||
require mesa-${PV}.inc
|
require mesa-${PV}.inc
|
||||||
require mesa-dri.inc
|
require mesa-dri.inc
|
||||||
PR = "${INC_PR}.3"
|
PR = "${INC_PR}.4"
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ require mesa-dri.inc
|
|||||||
# this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default
|
# this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default
|
||||||
DEFAULT_PREFERENCE = "-2"
|
DEFAULT_PREFERENCE = "-2"
|
||||||
|
|
||||||
PR = "${INC_PR}.2"
|
PR = "${INC_PR}.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user