diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-08 11:17:13 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-11 12:14:27 +0000 |
commit | 8d8668a3a229d7268ae50812c41696b342623156 (patch) | |
tree | 7cd82a4bad28ce927d5aa1f7ba4aefe1c8784022 /meta/recipes-graphics/mesa/mesa.inc | |
parent | 125e0b72b7b419368761ffbbf38987f91af4523b (diff) | |
download | poky-8d8668a3a229d7268ae50812c41696b342623156.tar.gz |
mesa: Upgrade to 17.2.4 release
Upgrade to a new stable release and drop patches applied on upstream.
For a full release notes, please see:
https://mesa3d.org/relnotes/17.2.0.html
https://mesa3d.org/relnotes/17.2.1.html
https://mesa3d.org/relnotes/17.2.2.html
https://mesa3d.org/relnotes/17.2.3.html
https://mesa3d.org/relnotes/17.2.4.html
(From OE-Core rev: 77e79af4234ac0e96473d4691fd0f1ca759f3447)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 4f31ed255c..cab8e4bfe7 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -45,7 +45,7 @@ X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage li | |||
45 | # "x11" requires "opengl" | 45 | # "x11" requires "opengl" |
46 | PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" | 46 | PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" |
47 | PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" | 47 | PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" |
48 | PACKAGECONFIG[wayland] = ",,wayland-native wayland libdrm" | 48 | PACKAGECONFIG[wayland] = ",,wayland-native wayland libdrm wayland-protocols" |
49 | 49 | ||
50 | DRIDRIVERS = "swrast" | 50 | DRIDRIVERS = "swrast" |
51 | DRIDRIVERS_append_x86 = ",radeon,r200,nouveau,i965,i915" | 51 | DRIDRIVERS_append_x86 = ",radeon,r200,nouveau,i965,i915" |